ChatKittyPlatformAPI.Model.DirectChannelImport (chatkitty_platform_sdk v0.1.0)

Imports a direct channel

Link to this section Summary

Link to this section Types

@type t() :: %ChatKittyPlatformAPI.Model.DirectChannelImport{
  creator: String.t() | nil,
  idempotencyKey: String.t() | nil,
  members: [String.t()],
  properties: %{optional(String.t()) => AnyType} | nil,
  type: String.t()
}