Interface CanSendGift

Checks whether a gift with next_send_date in the future can be sent already. Request type for Tdjson#canSendGift.

interface CanSendGift {
    @type: "canSendGift";
    gift_id: string;
}

Properties

Properties

@type: "canSendGift"
gift_id: string

Identifier of the gift to send.