Interface UpgradedGiftOriginalDetails

Describes the original details about the gift.

interface UpgradedGiftOriginalDetails {
    @type: "upgradedGiftOriginalDetails";
    date: number;
    receiver_id: MessageSender;
    sender_id: MessageSender;
    text: FormattedText;
}

Properties

@type: "upgradedGiftOriginalDetails"
date: number

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

receiver_id: MessageSender

Identifier of the user or the chat that received the gift.

sender_id: MessageSender

Identifier of the user or the chat that sent the gift; may be null if the gift was private.

Message added to the gift.