Post 使用不同用户名的 MSTeams Graph 的消息
Post the message using MSTeams Graph with a different user name
我们正在使用 POST /teams/{id}/channels/{id}/messages
(https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-beta&tabs=http) 将消息 post 发送到特定频道。
当消息被 post 编辑时,它会显示 post 编辑消息的用户的 'User Name'。
是否可以在 post 使用图形 API 发送消息时将 'User Name' 更改为其他内容?
名称无法修改。最好的方法是创建一个机器人并通过机器人来处理它。
我们正在使用 POST /teams/{id}/channels/{id}/messages
(https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-beta&tabs=http) 将消息 post 发送到特定频道。
当消息被 post 编辑时,它会显示 post 编辑消息的用户的 'User Name'。
是否可以在 post 使用图形 API 发送消息时将 'User Name' 更改为其他内容?
名称无法修改。最好的方法是创建一个机器人并通过机器人来处理它。