I'm creating a Teams bot to send proactive messages and I should save the ConversationReference
on the database but my question is how?
Should I save the whole object or just some proprieties?
I'm using Postgres for the database and I'm build the bot in Java.