Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 607 Bytes

File metadata and controls

20 lines (14 loc) · 607 Bytes

TelegramBotOpenapi::BotCommandScopeChatAdministrators

Properties

Name Type Description Notes
type String Scope type, must be chat_administrators
chat_id Hash<String, SendMessageChatIdParameterValue> Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::BotCommandScopeChatAdministrators.new(
  type: null,
  chat_id: null
)