ChatKittyPlatformAPI.Model.TextSystemMessageImport
(chatkitty_platform_sdk v0.1.0)
Imports a system text message
@type t() :: %ChatKittyPlatformAPI.Model.TextSystemMessageImport{
body: String.t(),
channelId: integer(),
groupTag: String.t() | nil,
idempotencyKey: String.t() | nil,
properties: %{optional(String.t()) => AnyType} | nil,
type: String.t()
}