Teams botframework send proactive message REST api
问题 I Try to create new converation and send proactive message with teams bot (botfreamwork). I used this document to do that. I POST to : SERVICE_URL/v3/conversations/ BODY: { "bot": { "id": BOT_ID }, "members": [ { "id": USER_ID } ], "channelData": { "tenant": { "id": TENANT_ID } } } BOT_ID - I put the app id of the bot (with a prefix of "28:") USERֹ_ID - I copied the USER_ID from a message I received from the user (not in a proactive message) TENANT_ID - I took the tenant id from the link of