View Source Telegex.Type.BotCommandScopeChat (Telegex v1.0.0)

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

Link to this section Summary

Link to this section Types

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