Skip to main content

@slack/types / ThreadBroadcastMessageEvent

Interface: ThreadBroadcastMessageEvent

Defined in: events/message.ts:276

Properties

attachments?

optional attachments: MessageAttachment[];

Defined in: events/message.ts:281


blocks?

optional blocks: (Block | KnownBlock)[];

Defined in: events/message.ts:282


channel

channel: string;

Defined in: events/message.ts:294


channel_type

channel_type: ChannelTypes;

Defined in: events/message.ts:295


client_msg_id

client_msg_id: string;

Defined in: events/message.ts:293


event_ts

event_ts: string;

Defined in: events/message.ts:279


root

root:
| GenericMessageEvent
| BotMessageEvent & object;

Defined in: events/message.ts:286

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:278


text

text: string;

Defined in: events/message.ts:280


thread_ts?

optional thread_ts: string;

Defined in: events/message.ts:285


ts

ts: string;

Defined in: events/message.ts:284


type

type: "message";

Defined in: events/message.ts:277


user

user: string;

Defined in: events/message.ts:283