declare class EmbedFooterBuilder implements JSONEncodable<APIEmbedFooter>
A builder that creates API-compatible JSON data for the embed footer.
external setIconURLurl: string) : this (
url: string
Sets the url for this embed footer.
external setTexttext: string) : this (
text: string
Sets the text for this embed footer.
external toJSONvalidationOverride?: boolean) : APIEmbedFooter (
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.