Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 352 Bytes

BotShortDescription.md

File metadata and controls

18 lines (12 loc) · 352 Bytes

TelegramBotOpenapi::BotShortDescription

Properties

Name Type Description Notes
short_description String The bot's short description

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::BotShortDescription.new(
  short_description: null
)