Type Alias GuildStickyMessageGroupByOutputType

GuildStickyMessageGroupByOutputType: {
    _count: GuildStickyMessageCountAggregateOutputType | null;
    _max: GuildStickyMessageMaxAggregateOutputType | null;
    _min: GuildStickyMessageMinAggregateOutputType | null;
    channelId: string;
    content: string | null;
    dbId: string;
    guildId: string;
    messageId: string | null;
}