Constructor: payments.checkCanSendGiftResultFail
The specified gift cannot be sent yet for the specified reason.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
reason | TextWithEntities | Yes | The reason why it can’t be sent yet. |
Type: payments.CheckCanSendGiftResult
Example:
$payments_checkCanSendGiftResultFail = ['_' => 'payments.checkCanSendGiftResultFail', 'reason' => TextWithEntities];