Interface OpenGiftAuction

Informs TDLib that a gift auction was opened by the user. Request type for Tdjson#openGiftAuction.

interface OpenGiftAuction {
    @type: "openGiftAuction";
    gift_id: string;
}

Properties

Properties

@type: "openGiftAuction"
gift_id: string

Identifier of the gift, which auction was opened.