View Source ExGram.Model.BotCommandScopeChatAdministrators (ex_gram v0.52.2)

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.

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

Summary

Types

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

Functions