ChatKittyPlatformAPI.Model.TextChatUserMessageProperties (chatkitty_platform_sdk v0.1.0)
A text message sent by or behalf of a user
Link to this section Summary
Link to this section Types
@type t() :: %ChatKittyPlatformAPI.Model.TextChatUserMessageProperties{ body: String.t(), channelId: integer(), createdTime: DateTime.t(), groupTag: String.t() | nil, id: integer(), lastEditedTime: DateTime.t() | nil, links: [ChatKittyPlatformAPI.Model.MessageLinkProperties.t()] | nil, mentions: [ChatKittyPlatformAPI.Model.MessageMentionProperties.t()] | nil, nestedLevel: integer(), properties: %{optional(String.t()) => AnyType}, reactions: [ChatKittyPlatformAPI.Model.MessageReactionsSummaryProperties.t()] | nil, repliesCount: integer() | nil, type: String.t(), user: ChatKittyPlatformAPI.Model.ChatUserProperties.t() }