OwnedGiftRegular
Describes a regular gift owned by a user or a chat.
Properties
type
type: "regular";Type of the gift, always “regular”
gift
gift: Gift;Information about the regular gift
owned_gift_id
owned_gift_id?: string;Unique identifier of the gift for the bot; for gifts received on behalf of business accounts only
sender_user
sender_user?: User;Sender of the gift if it is a known user
send_date
send_date: number;Date the gift was sent in Unix time
unique_gift_number
unique_gift_number?: number;Unique number reserved for this gift when upgraded. See the number field in UniqueGift
text
text?: string;Text of the message that was added to the gift
entities
entities?: MessageEntity[];Special entities that appear in the text
is_private
is_private?: true;True, if the sender and gift text are shown only to the gift receiver; otherwise, everyone will be able to see them
is_saved
is_saved?: true;True, if the gift is displayed on the account’s profile page; for gifts received on behalf of business accounts only
can_be_upgraded
can_be_upgraded?: true;True, if the gift can be upgraded to a unique gift; for gifts received on behalf of business accounts only
is_upgrade_separate
is_upgrade_separate?: true;True, if the gift’s upgrade was purchased after the gift was sent
was_refunded
was_refunded?: true;True, if the gift was refunded and isn’t available anymore
convert_star_count
convert_star_count?: number;Number of Telegram Stars that can be claimed by the receiver instead of the gift; omitted if the gift cannot be converted to Telegram Stars
prepaid_upgrade_star_count
prepaid_upgrade_star_count?: number;Number of Telegram Stars that were paid by the sender for the ability to upgrade the gift