declare class PollAnswerMediaBuilder extends PollMediaBuilderA builder that creates API-compatible JSON data for the media of a poll answer.
external setEmoji(emoji: APIPartialEmoji) : this
emoji: APIPartialEmoji
Sets the emoji for this poll answer media.
external setText(text: string) : this
text: string
Sets the text for this poll media.
Inherited from: PollMediaBuilder
external toJSON(validationOverride?: boolean) : APIPollMedia
validationOverride?: boolean
Serializes this builder to API-compatible JSON data.Note that by disabling validation, there is no guarantee that the resulting object will be valid.