microsoft/teams.net

Public

mirrored from https://github.com/microsoft/teams.netAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
next/core-activitybuilder

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Tests/Microsoft.Teams.Api.Tests/Json/Activity/Command/CommandResultActivity.json

26lines · modecode

1{
2 "name": "TestCommand",
3 "type": "commandResult",
4 "channelId": "msteams",
5 "from": {
6 "id": "botId",
7 "aadObjectId": "aadObjectId",
8 "role": "bot",
9 "name": "Bot user",
10 "properties": {
11 "key1": "value1",
12 "key2": "value2"
13 }
14 },
15 "recipient": {
16 "id": "userId1",
17 "name": "User One"
18 },
19 "conversation": {
20 "id": "someguid",
21 "tenantId": "tenantId",
22 "conversationType": "channel",
23 "name": "channelName",
24 "isGroup": false
25 }
26}