Interface: ThreadBroadcastMessageEvent
Properties
attachments?
optional attachments: MessageAttachment[];
Defined in
blocks?
optional blocks: (Block | KnownBlock)[];
Defined in
channel
channel: string;
Defined in
channel_type
channel_type: ChannelTypes;
Defined in
client_msg_id
client_msg_id: string;
Defined in
event_ts
event_ts: string;
Defined in
root
root: GenericMessageEvent | BotMessageEvent & object;
Type declaration
latest_reply
latest_reply: string;
reply_count
reply_count: number;
reply_users
reply_users: string[];
reply_users_count
reply_users_count: number;
thread_ts
thread_ts: string;
Defined in
subtype
subtype: "thread_broadcast";
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
user: string;