Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 453 Bytes

File metadata and controls

20 lines (14 loc) · 453 Bytes

TelegramBotOpenapi::ChatBoostSourceGiftCode

Properties

Name Type Description Notes
source String Source of the boost, always "gift_code"
user User User for which the gift code was created

Example

require 'telegram-bot-openapi'

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