An acknowledgement received in response to sending a message on a chat channel.

Hierarchy

  • ChannelMessageAck

Properties

channel_id: string

The server-assigned channel ID.

code: number

A user-defined code for the chat message.

create_time: string

The UNIX time when the message was created.

message_id: string

A unique ID for the chat message.

persistence: boolean

True if the chat message has been stored in history.

update_time: string

The UNIX time when the message was updated.

username: string

The username of the sender of the message.

Generated using TypeDoc