Type Alias GuildStickyMessageCreateOrConnectWithoutEmbedInput

GuildStickyMessageCreateOrConnectWithoutEmbedInput: {
    create: XOR<GuildStickyMessageCreateWithoutEmbedInput, GuildStickyMessageUncheckedCreateWithoutEmbedInput>;
    where: GuildStickyMessageWhereUniqueInput;
}