Interface: GenericMessageEvent
Properties
assistant_thread?
optional assistant_thread: Record<string, unknown>;
Defined in
attachments?
optional attachments: MessageAttachment[];
Defined in
blocks?
optional blocks: (Block | KnownBlock)[];
Defined in
bot_id?
optional bot_id: string;
Defined in
bot_profile?
optional bot_profile: BotProfile;
Defined in
channel
channel: string;
Defined in
channel_type
channel_type: ChannelTypes;
Defined in
client_msg_id?
optional client_msg_id: string;
Defined in
edited?
optional edited: object;
ts
ts: string;
user
user: string;
Defined in
event_ts
event_ts: string;
Defined in
files?
optional files: File[];
Defined in
is_starred?
optional is_starred: boolean;
Defined in
parent_user_id?
optional parent_user_id: string;
Defined in
pinned_to?
optional pinned_to: string[];
Defined in
reactions?
optional reactions: object[];
Defined in
subtype
subtype: undefined;
Defined in
team?
optional team: string;
Defined in
text?
optional 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;