Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 354 Bytes

BotCommandScopeAllPrivateChats.md

File metadata and controls

18 lines (12 loc) · 354 Bytes

TelegramBotOpenapi::BotCommandScopeAllPrivateChats

Properties

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

Example

require 'telegram-bot-openapi'

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