async fn insert_new_db_entry( context: &Context, invite: QrInvite, chat_id: ChatId, ) -> Result<i64>
Inserts a new entry in the bobstate table.
Returns the ID of the newly inserted entry.