Interface CloseGiftAuction

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

interface CloseGiftAuction {
    @type: "closeGiftAuction";
    gift_id: string;
}

Properties

Properties

@type: "closeGiftAuction"
gift_id: string

Identifier of the gift, which auction was closed.