Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 348 Bytes

BotCommandScopeAllGroupChats.md

File metadata and controls

18 lines (12 loc) · 348 Bytes

TelegramBotOpenapi::BotCommandScopeAllGroupChats

Properties

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

Example

require 'telegram-bot-openapi'

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