Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 372 Bytes

File metadata and controls

18 lines (12 loc) · 372 Bytes

TelegramBotOpenapi::BotCommandScopeAllChatAdministrators

Properties

Name Type Description Notes
type String Scope type, must be all_chat_administrators

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::BotCommandScopeAllChatAdministrators.new(
  type: null
)