View Source Telegex.Type.BotCommandScopeChat (Telegex v1.8.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()
}