RSMessageButtonCreateInput: {
    dbId?: string;
    emojiUnicodeOrId?: string | null;
    rsCustomMessage?: RSCustomMessageCreateNestedOneWithoutButtonsInput;
    title: string;
    url?: string | null;
}