Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 328 Bytes

BotCommandScopeDefault.md

File metadata and controls

18 lines (12 loc) · 328 Bytes

TelegramBotOpenapi::BotCommandScopeDefault

Properties

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

Example

require 'telegram-bot-openapi'

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