Type Alias GuildStickyMessageOrderByWithRelationInput

GuildStickyMessageOrderByWithRelationInput: {
    buttons?: GuildStickyMessageButtonOrderByRelationAggregateInput;
    channelId?: Prisma.SortOrder;
    content?: SortOrderInput | Prisma.SortOrder;
    dbId?: Prisma.SortOrder;
    embed?: GuildStickyMessageEmbedOrderByWithRelationInput;
    guild?: GuildOrderByWithRelationInput;
    guildId?: Prisma.SortOrder;
    messageId?: SortOrderInput | Prisma.SortOrder;
    webhook?: GuildStickyMessageWebhookOrderByWithRelationInput;
}