Type Alias GuildStickyMessageEmbedMinAggregateOutputType
GuildStickyMessageEmbedMinAggregateOutputType: {
author: string | null;
authorIcon: string | null;
color: string | null;
dbId: string | null;
description: string | null;
footer: string | null;
footerIcon: string | null;
guildStickyMessageId: string | null;
image: string | null;
thumbnail: string | null;
title: string | null;
url: string | null;
}