Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined in
option_persistent_idstringUnique identifier of the added option@gramio/types/out/objects.d.ts:2263
option_textstringOption 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?TelegramMaybeInaccessibleMessageOptional. 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