@typed-discord/rest
    Preparing search index...

    Interface PollMedia

    interface PollMedia {
        emoji?: PollEmoji | null;
        text?: string | null;
    }
    Index

    Properties

    Properties

    emoji?: PollEmoji | null

    The emoji of the field

    text?: string | null

    The text of the field