View Source Telegex.Type.BotCommandScopeChat (Telegex v1.9.0-rc.0)

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

Summary

Types

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