GramIO API Reference / gramio/dist / TelegramSuggestedPostApproved
Interface: TelegramSuggestedPostApproved
Defined in: @gramio/types/out/objects.d.ts:2604
Describes a service message about the approval of a suggested post.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
price? | TelegramSuggestedPostPrice | Optional. Amount paid for the post | @gramio/types/out/objects.d.ts:2612 |
send_date | number | Date when the post will be published | @gramio/types/out/objects.d.ts:2616 |
suggested_post_message? | TelegramMessage | Optional. Message containing the suggested post. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply. | @gramio/types/out/objects.d.ts:2608 |