Interface ProcessGiftPurchaseOffer

Handles a pending gift purchase offer. Request type for Tdjson#processGiftPurchaseOffer.

interface ProcessGiftPurchaseOffer {
    @type: "processGiftPurchaseOffer";
    accept?: boolean;
    message_id: number;
}

Properties

@type: "processGiftPurchaseOffer"
accept?: boolean

Pass true to accept the request; pass false to reject it.

message_id: number

Identifier of the message with the gift purchase offer.