Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 324 Bytes

File metadata and controls

18 lines (12 loc) · 324 Bytes

TelegramBotOpenapi::BotDescription

Properties

Name Type Description Notes
description String The bot's description

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::BotDescription.new(
  description: null
)