Interface CanSendGiftResultFail

The gift can't be sent now by the current user. Subtype of CanSendGiftResult.

interface CanSendGiftResultFail {
    @type: "canSendGiftResultFail";
    reason: FormattedText;
}

Properties

Properties

@type: "canSendGiftResultFail"

Reason to be shown to the user.