Name | Type | Description | Notes |
---|---|---|---|
boosts | Array<ChatBoost> | The list of boosts added to the chat by the user |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::UserChatBoosts.new(
boosts: null
)
Name | Type | Description | Notes |
---|---|---|---|
boosts | Array<ChatBoost> | The list of boosts added to the chat by the user |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::UserChatBoosts.new(
boosts: null
)