ExGram.Model.BotCommandScopeChat (ex_gram v0.55.1)

View Source

Represents the scope of bot commands, covering a specific chat.

Check the documentation of this model in https://core.telegram.org/bots/api#botcommandscopechat

Summary

Types

t()

@type t() :: %ExGram.Model.BotCommandScopeChat{
  chat_id: integer() | String.t(),
  type: String.t()
}

Functions

decode_as()