ChatKittyPlatformAPI.Model.TextSystemMessageProperties (chatkitty_platform_sdk v0.1.0)

A text message sent by this application itself. Used for systems announcements independent of any user

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.TextSystemMessageProperties{
  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()
}