GuildMessageButtonCreateInput: {
    dbId?: string;
    emojiUnicodeOrId?: string | null;
    guildCustomMessage?: GuildCustomMessageCreateNestedOneWithoutButtonsInput;
    title: string;
    url?: string | null;
}