Gift
This object represents a gift that can be sent by the bot.
Properties
id
id: string;Unique identifier of the gift
publisher_chat
publisher_chat?: Chat;Information about the chat that published the gift
sticker
sticker: Sticker;The sticker that represents the gift
background
background?: GiftBackground;Background of the gift
is_premium
is_premium?: true;True, if the gift can only be purchased by Telegram Premium subscribers
has_colors
has_colors?: true;True, if the gift can be used (after being upgraded) to customize a user’s appearance
star_count
star_count: number;The number of Telegram Stars that must be paid to send the sticker
upgrade_star_count
upgrade_star_count?: number;The number of Telegram Stars that must be paid to upgrade the gift to a unique one
unique_gift_variant_count
unique_gift_variant_count?: number;The total number of different unique gifts that can be obtained by upgrading the gift
total_count
total_count?: number;The total number of gifts of this type that can be sent by all users; for limited gifts only
remaining_count
remaining_count?: number;The number of remaining gifts of this type that can be sent by all users; for limited gifts only
personal_total_count
personal_total_count?: number;The total number of gifts of this type that can be sent by the bot; for limited gifts only
personal_remaining_count
personal_remaining_count?: number;The number of remaining gifts of this type that can be sent by the bot; for limited gifts only