ultra-telegram-framework
    Preparing search index...

    Interface InputPollOption

    This object contains information about one answer option in a poll to be sent.

    interface InputPollOption {
        media?: InputPollOptionMedia;
        text: string;
        text_entities?: MessageEntity[];
        text_parse_mode?: string;
    }
    Index

    Properties

    Optional. Media added to the poll option

    text: string

    Option text, 1-100 characters

    text_entities?: MessageEntity[]

    Optional. A JSON-serialized list of special entities that appear in the poll option text. It can be specified instead of text_parse_mode

    text_parse_mode?: string

    Optional. Mode for parsing entities in the text. See formatting options for more details. Currently, only custom emoji entities are allowed