ChatMessageEntity

View as Markdown

An object representing a Chat Message with only the state properties of ChatMessage.

Properties

content
anyRequired

The content of this message. This can be any JSON-serializable object or value.

id
stringRequired

The id of this message.

member
ChatMemberRequired

The member which sent this message. See ChatMember for more details.

meta
any

Any metadata associated with this message.

publishedAt
DateRequired

The date and time at which this message was published.