GramIO API Reference / gramio/dist / TelegramPollOptionDeleted
Interface: TelegramPollOptionDeleted
Defined in: @gramio/types/out/objects.d.ts:2279
Describes a service message about an option deleted from a poll.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
option_persistent_id | string | Unique identifier of the deleted option | @gramio/types/out/objects.d.ts:2287 |
option_text | string | Option text | @gramio/types/out/objects.d.ts:2291 |
option_text_entities? | TelegramMessageEntity[] | Optional. Special entities that appear in the option_text | @gramio/types/out/objects.d.ts:2295 |
poll_message? | TelegramMaybeInaccessibleMessage | Optional. Message containing the poll from which the option was deleted, if known. 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:2283 |