Notifique.OpenApi.Model.NtfTgCreateTelegramInstanceRequest (notifique v0.2.1)

Copy Markdown

Summary

Types

t()

@type t() :: %Notifique.OpenApi.Model.NtfTgCreateTelegramInstanceRequest{
  acceptUserTerms: boolean() | nil,
  botToken: String.t() | nil,
  generateShareableLink: boolean() | nil,
  mode: String.t(),
  name: String.t(),
  termsVersion: String.t() | nil
}

Functions

decode(value)