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

    Interface PollMediaCreateRequest

    interface PollMediaCreateRequest {
        emoji?: PollEmojiCreateRequest | null;
        text?: string | null;
    }
    Index

    Properties

    Properties

    emoji?: PollEmojiCreateRequest | null

    The emoji of the field

    text?: string | null

    The text of the field