How to programmatically post reaction to Microsoft channel message?

邮差的信 提交于 2019-12-02 17:36:59

问题


Using graph api I'm trying to post a reaction (for example a like) but I can't manage to find the right syntax. If I put a reaction in a message at creation time, it returns an error saying that I can't set the reaction during the creation.

I'm then trying to patch or put the message and it return a 501 without giving the exact reason. Can someone put a working sample of a valid json ?


回答1:


This is currently not supported in Graph API. We are working on it but do not have a firm timeline to share



来源:https://stackoverflow.com/questions/57775016/how-to-programmatically-post-reaction-to-microsoft-channel-message

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!