OwnedGiftUnique
Describes a unique gift received and owned by a user or a chat.
Properties
type
ts
type: "unique";
Type of the gift, always “unique”
gift
ts
gift: UniqueGift;
Information about the unique gift
owned_gift_id
ts
owned_gift_id?: string;
Unique identifier of the received gift for the bot; for gifts received on behalf of business accounts only
sender_user
ts
sender_user?: User;
Sender of the gift if it is a known user
send_date
ts
send_date: number;
Date the gift was sent in Unix time
is_saved
ts
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_transferred
ts
can_be_transferred?: true;
True, if the gift can be transferred to another owner; for gifts received on behalf of business accounts only
transfer_star_count
ts
transfer_star_count?: number;
Number of Telegram Stars that must be paid to transfer the gift; omitted if the bot cannot transfer the gift