ChatKittyPlatformAPI.Model.MessageMentionChannelProperties (chatkitty_platform_sdk v0.1.0)
Channel properties embedded in channel mentions
Link to this section Summary
Link to this section Types
@type t() :: %ChatKittyPlatformAPI.Model.MessageMentionChannelProperties{ createdTime: DateTime.t(), creator: ChatKittyPlatformAPI.Model.ChatUserProperties.t() | nil, displayName: String.t() | nil, id: integer(), name: String.t() | nil, properties: %{optional(String.t()) => AnyType}, type: String.t() }