GramIO API Reference / gramio/dist / TelegramPollOptionAdded
Interface: TelegramPollOptionAdded
Defined in: @gramio/types/out/objects.d.ts:2255
Describes a service message about an option added to a poll.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
option_persistent_id | string | Unique identifier of the added option | @gramio/types/out/objects.d.ts:2263 |
option_text | string | Option text | @gramio/types/out/objects.d.ts:2267 |
option_text_entities? | TelegramMessageEntity[] | Optional. Special entities that appear in the option_text | @gramio/types/out/objects.d.ts:2271 |
poll_message? | TelegramMaybeInaccessibleMessage | Optional. Message containing the poll to which the option was added, 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:2259 |