Interface UpgradedGiftOriginalDetails

Describes the original details about the gift.

interface UpgradedGiftOriginalDetails {
    @type: "upgradedGiftOriginalDetails";
    date: number;
    receiver_user_id: number;
    sender_user_id: number;
    text: FormattedText;
}

Properties

@type: "upgradedGiftOriginalDetails"
date: number

Point in time (Unix timestamp) when the gift was sent.

receiver_user_id: number

Identifier of the user that received the gift.

sender_user_id: number

Identifier of the user that sent the gift; 0 if the gift was private.

Message added to the gift.