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/CardButtonClickedMEActivity.json

14lines · modecode

1{
2 "type": "invoke",
3 "channelId": "msteams",
4 "name": "composeExtension/onCardButtonClicked",
5 "value": {
6 "name": "Somelist",
7 "value": "Toronto"
8 },
9 "conversation": {
10 "id": "19:someid",
11 "conversationType": "personal"
12 },
13 "serviceUrl": "https://url-value"
14}