payments.CheckCanSendGiftResult#

class pyrogram.raw.base.payments.CheckCanSendGiftResult#

Specifies if a gift can or cannot be sent.

Constructors:

This base type has 2 constructors available.

payments.CheckCanSendGiftResultFail

The specified gift cannot be sent yet for the specified reason.

payments.CheckCanSendGiftResultOk

The specified gift can be sent.

Functions:

This object can be returned by 1 function.

payments.CheckCanSendGift

Check if the specified gift can be sent.