GramIO API Reference / @gramio/contexts/dist / SuggestedPostRefunded
Class: SuggestedPostRefunded
Defined in: contexts/index.d.ts:2779
Describes a service message about a payment refund for a suggested post.
Constructors
Constructor
new SuggestedPostRefunded(
payload):SuggestedPostRefunded
Defined in: contexts/index.d.ts:2781
Parameters
| Parameter | Type |
|---|---|
payload | TelegramSuggestedPostRefunded |
Returns
SuggestedPostRefunded
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramSuggestedPostRefunded | contexts/index.d.ts:2780 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:2783
Returns
string
reason
Get Signature
get reason():
TelegramSuggestedPostRefundedReason
Defined in: contexts/index.d.ts:2787
Reason for the refund. Currently, one of "post_deleted", or "payment_refunded"