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