| Name | Type | Description | Notes |
|---|---|---|---|
| source | String | Source of the boost, always "gift_code" | |
| user | User | User for which the gift code was created |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::ChatBoostSourceGiftCode.new(
source: null,
user: null
)