Skip to content

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.

Documentation

Properties

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