Name | Type | Description | Notes |
---|---|---|---|
source | String | Source of the boost, always "premium" | |
user | User | User that boosted the chat |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::ChatBoostSourcePremium.new(
source: null,
user: null
)