Type Alias GuildStickyMessageUpdateToOneWithWhereWithoutEmbedInput

GuildStickyMessageUpdateToOneWithWhereWithoutEmbedInput: {
    data: XOR<GuildStickyMessageUpdateWithoutEmbedInput, GuildStickyMessageUncheckedUpdateWithoutEmbedInput>;
    where?: GuildStickyMessageWhereInput;
}