Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 369 Bytes

UserChatBoosts.md

File metadata and controls

18 lines (12 loc) · 369 Bytes

TelegramBotOpenapi::UserChatBoosts

Properties

Name Type Description Notes
boosts Array<ChatBoost> The list of boosts added to the chat by the user

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::UserChatBoosts.new(
  boosts: null
)