Interface: BotMessageEvent
Properties
attachments?
optional attachments: MessageAttachment[];
Defined in
blocks?
optional blocks: (Block | KnownBlock)[];
Defined in
bot_id
bot_id: string;
Defined in
channel
channel: string;
Defined in
channel_type
channel_type: ChannelTypes;
Defined in
edited?
optional edited: object;
ts
ts: string;
user
user: string;
Defined in
event_ts
event_ts: string;
Defined in
icons?
optional icons: object;
Index Signature
[size
: string
]: string
Defined in
subtype
subtype: "bot_message";
Defined in
text
text: string;
Defined in
thread_ts?
optional thread_ts: string;
Defined in
ts
ts: string;
Defined in
type
type: "message";
Defined in
user?
optional user: string;
Defined in
username?
optional username: string;