Type Alias GuildStickyMessageOrderByWithRelationInput

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