ChatKitty.Model.MessageMentionChannelProperties (chatkitty_platform_sdk v1.26.0)

Channel properties embedded in channel mentions

Link to this section Summary

Link to this section Types

@type t() :: %ChatKitty.Model.MessageMentionChannelProperties{
  createdTime: DateTime.t(),
  creator: ChatKitty.Model.ChatUserProperties.t() | nil,
  displayName: String.t() | nil,
  id: integer(),
  name: String.t() | nil,
  properties: %{optional(String.t()) => AnyType},
  type: String.t()
}