ChatKittyPlatformAPI.Model.DirectChannelProperties (chatkitty_platform_sdk v0.1.0)

A direct channel

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.DirectChannelProperties{
  createdTime: DateTime.t(),
  creator: ChatKittyPlatformAPI.Model.ChatUserProperties.t() | nil,
  id: integer(),
  lastReceivedMessage: ChatKittyPlatformAPI.Model.MessageProperties.t() | nil,
  members: [ChatKittyPlatformAPI.Model.ChatUserProperties.t()],
  properties: %{optional(String.t()) => AnyType},
  type: String.t()
}