View Source ExGram.Model.BotCommandScopeChat (ex_gram v0.52.1)

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

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

Functions