GramIO API Reference / gramio/dist / TelegramSuggestedPostDeclined
Interface: TelegramSuggestedPostDeclined
Defined in: @gramio/types/out/objects.d.ts:2640
Describes a service message about the rejection of a suggested post.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
comment? | string | Optional. Comment with which the post was declined | @gramio/types/out/objects.d.ts:2648 |
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:2644 |