MessageBuffer.this

class MessageBuffer
this
(
bool codeBlock = true
,
bool filter = true
,
size_t maxLength = 2000
)

Parameters

codeBlock bool

if true, this message will be sent within a codeblock

filter bool

if true, appended lines will be filtered for codeblocks/newlines

maxLength size_t

maximum length of this message, defaults to 2000

Meta