Type Alias GuildStickyMessageEmbedSelectScalar

GuildStickyMessageEmbedSelectScalar: {
    author?: boolean;
    authorIcon?: boolean;
    color?: boolean;
    dbId?: boolean;
    description?: boolean;
    footer?: boolean;
    footerIcon?: boolean;
    guildStickyMessageId?: boolean;
    image?: boolean;
    thumbnail?: boolean;
    title?: boolean;
    url?: boolean;
}