@slack/types / ThreadBroadcastMessageEvent
Interface: ThreadBroadcastMessageEvent
Defined in: events/message.ts:273
Properties
attachments?
optional attachments: MessageAttachment[];
Defined in: events/message.ts:278
blocks?
optional blocks: (Block | KnownBlock)[];
Defined in: events/message.ts:279
channel
channel: string;
Defined in: events/message.ts:291
channel_type
channel_type: ChannelTypes;
Defined in: events/message.ts:292
client_msg_id
client_msg_id: string;
Defined in: events/message.ts:290
event_ts
event_ts: string;
Defined in: events/message.ts:276
root
root:
| GenericMessageEvent
| BotMessageEvent & object;
Defined in: events/message.ts:283
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;
subtype
subtype: "thread_broadcast";
Defined in: events/message.ts:275
text
text: string;
Defined in: events/message.ts:277
thread_ts?
optional thread_ts: string;
Defined in: events/message.ts:282
ts
ts: string;
Defined in: events/message.ts:281
type
type: "message";
Defined in: events/message.ts:274
user
user: string;
Defined in: events/message.ts:280