Interface CanSendGiftResultOk

Describes whether a gift can be sent now by the current user. Subtype of CanSendGiftResult.

interface CanSendGiftResultOk {
    @type: "canSendGiftResultOk";
}

Properties

Properties

@type: "canSendGiftResultOk"