我正在开发带有消息扩展名的MSFT应用程序,如果该消息扩展名是在一对一聊天中触发的,则需要知道用户正在与谁聊天。
但是不幸的是,我没有找到可以用来获取此信息的合适的Teams Graph API,我错过了一些东西还是该API现在不可用?
发送到应用服务器的请求类似,所以我想应该有一些API来获取ID为“ a:17wxZ9Sy1bHoTZblablabla”的对话,而我尝试了/ groups / {groupId} / conversations / {conversationId},但是没有运气
{ name: 'composeExtension/fetchTask',
type: 'composeExtension',
timestamp: '2019-05-07T07:12:46.034Z',
localTimestamp: '2019-05-07T15:12:46.034+08:00',
id: 'f:471922222222222222',
channelId: 'msteams',
serviceUrl: 'https://smba.trafficmanager.net/fr/',
from:
{ id: '29:1rL9ocwNblablabla...',
name: 'Joe',
aadObjectId: 'blablabla..' },
conversation:
{ conversationType: 'personal',
id: 'a:17wxZ9Sy1bHoTZblablabla' },
recipient:
{ id: '28:b1de2711-blabla..',
name: 'blabla' },
entities:
....