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/Invokes/FetchTaskMEActivity.json

27lines · modecode

1{
2 "type": "invoke",
3 "channelId": "msteams",
4 "name": "composeExtension/fetchTask",
5 "value": {
6 "data": {
7 "key1": "value1",
8 "key2": "value2"
9 },
10 "context": {
11 "theme": "dark-theme"
12 },
13 "commandId": "commandId",
14 "commandContext": "compose",
15 "botMessagePreviewAction": "send",
16 "messagePayload": {
17 "id": "messageId",
18 "messageType": "message",
19 "subject": "subject",
20 "from": {},
21 "body": {
22 "contentType": "text",
23 "content": "content"
24 }
25 }
26 }
27}