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

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions