Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 708 Bytes

File metadata and controls

24 lines (18 loc) · 708 Bytes

TelegramBotOpenapi::ChatBoost

Properties

Name Type Description Notes
boost_id String Unique identifier of the boost
add_date Integer Point in time (Unix timestamp) when the chat was boosted
expiration_date Integer Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged
source Object Source of the added boost

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::ChatBoost.new(
  boost_id: null,
  add_date: null,
  expiration_date: null,
  source: null
)