ChatKittyPlatformAPI.Model.PrivateChannelImport (chatkitty_platform_sdk v0.1.0)

Imports a private channel

Link to this section Summary

Link to this section Types

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