@theophilusdev/conduit
Preparing search index...
ConduitMessageBody
Interface ConduitMessageBody
interface
ConduitMessageBody
{
attachment
?:
ReadableStream
|
ReadableStream
[]
;
body
?:
string
;
emoji
?:
string
;
emojiSize
?:
"small"
|
"medium"
|
"large"
;
mentions
?:
{
fromIndex
?:
number
;
id
:
string
;
tag
:
string
}
[]
;
sticker
?:
string
;
url
?:
string
;
}
Index
Properties
attachment?
body?
emoji?
emoji
Size?
mentions?
sticker?
url?
Properties
Optional
attachment
attachment
?:
ReadableStream
|
ReadableStream
[]
Optional
body
body
?:
string
Optional
emoji
emoji
?:
string
Optional
emoji
Size
emojiSize
?:
"small"
|
"medium"
|
"large"
Optional
mentions
mentions
?:
{
fromIndex
?:
number
;
id
:
string
;
tag
:
string
}
[]
Optional
sticker
sticker
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachment
body
emoji
emoji
Size
mentions
sticker
url
@theophilusdev/conduit
Loading...