interface PollAnswerData {
    emoji?: EmojiIdentifierResolvable;
    text: string;
}

Properties

Properties

text: string