Skip to main content

Interface: ThreadBroadcastMessageEvent

Properties

attachments?

optional attachments: MessageAttachment[];

Defined in

events/message.ts:274


blocks?

optional blocks: (Block | KnownBlock)[];

Defined in

events/message.ts:275


channel

channel: string;

Defined in

events/message.ts:287


channel_type

channel_type: ChannelTypes;

Defined in

events/message.ts:288


client_msg_id

client_msg_id: string;

Defined in

events/message.ts:286


event_ts

event_ts: string;

Defined in

events/message.ts:272


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

events/message.ts:279


subtype

subtype: "thread_broadcast";

Defined in

events/message.ts:271


text

text: string;

Defined in

events/message.ts:273


thread_ts?

optional thread_ts: string;

Defined in

events/message.ts:278


ts

ts: string;

Defined in

events/message.ts:277


type

type: "message";

Defined in

events/message.ts:270


user

user: string;

Defined in

events/message.ts:276