Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 435 Bytes

ChatBoostSourcePremium.md

File metadata and controls

20 lines (14 loc) · 435 Bytes

TelegramBotOpenapi::ChatBoostSourcePremium

Properties

Name Type Description Notes
source String Source of the boost, always "premium"
user User User that boosted the chat

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::ChatBoostSourcePremium.new(
  source: null,
  user: null
)