Interface: MessageRepliedEvent
Properties
channel
channel: string;
Defined in
channel_type
channel_type: ChannelTypes;
Defined in
event_ts
event_ts: string;
Defined in
hidden
hidden: true;
Defined in
message
message: AllMessageEvents & object;
Type declaration
replies
replies: AllMessageEvents[];
reply_count
reply_count: number;
thread_ts
thread_ts: string;
Defined in
subtype
subtype: "message_replied";
Defined in
ts
ts: string;
Defined in
type
type: "message";