interface PollMedia {
    emoji?: NullablePartialEmoji;
    text: string;
}

Properties

Properties

The emoji to dispaly.

text: string

The text.