ChatKitty.Model.TextMessageResource (chatkitty_platform_sdk v1.26.0)

The message in which the user was mentioned

Link to this section Summary

Link to this section Types

@type t() :: %ChatKitty.Model.TextMessageResource{
  _links: %{optional(String.t()) => ChatKitty.Model.Link.t()} | nil,
  body: String.t(),
  channelId: integer(),
  createdTime: DateTime.t(),
  groupTag: String.t() | nil,
  id: integer(),
  lastEditedTime: DateTime.t() | nil,
  links: [ChatKitty.Model.MessageLinkProperties.t()] | nil,
  mentions: [ChatKitty.Model.MessageMentionProperties.t()] | nil,
  nestedLevel: integer(),
  properties: %{optional(String.t()) => AnyType},
  reactions: [ChatKitty.Model.MessageReactionsSummaryProperties.t()] | nil,
  repliesCount: integer() | nil,
  type: String.t(),
  user: ChatKitty.Model.ChatUserProperties.t()
}