ultra-telegram-framework
    Preparing search index...

    Interface PollOptionAdded

    Describes a service message about an option added to a poll.

    interface PollOptionAdded {
        option_persistent_id: string;
        option_text: string;
        option_text_entities?: MessageEntity[];
        poll_message?: MaybeInaccessibleMessage;
    }
    Index

    Properties

    option_persistent_id: string

    Unique identifier of the added option

    option_text: string

    Option text

    option_text_entities?: MessageEntity[]

    Optional. Special entities that appear in the option_text

    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.