forked from OfficeDev/Microsoft-Teams-Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
68 lines (68 loc) · 2.07 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
[
{
"name": "officedev-microsoft-teams-samples-msgext-link-unfurling-python",
"source": "officeDev",
"title": "Link Unfurling in Messaging Extension using Bot Framework v4",
"shortDescription": "This sample app demonstrate how to use link unfurling in Messaging Extension using Bot Framework v4",
"url": "https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/msgext-link-unfurling/python",
"longDescription": [
"This sample app demonstrate how to use link unfurling in Messaging Extension using Bot Framework v4"
],
"creationDateTime": "2019-10-17",
"updateDateTime": "2022-09-22",
"products": [
"Teams"
],
"metadata": [
{
"key": "TEAMS-SAMPLE-SOURCE",
"value": "OfficeDev"
},
{
"key": "TEAMS-SERVER-LANGUAGE",
"value": "python"
},
{
"key": "TEAMS-SERVER-PLATFORM",
"value": "python"
},
{
"key": "TEAMS-FEATURES",
"value": "ME"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/OfficeDev/Microsoft-Teams-Samples/main/samples/msgext-link-unfurling/python/Images/msgextunfurling.png",
"alt": "Solution UX showing Link Unfurling in Messaging Extension using Bot Framework v4"
}
],
"authors": [
{
"gitHubAccount": "OfficeDev",
"pictureUrl": "https://avatars.githubusercontent.com/u/6789362?s=200&v=4",
"name": "OfficeDev"
}
],
"references": [
{
"name": "Teams developer documentation",
"url": "https://aka.ms/TeamsPlatformDocs"
},
{
"name": "Teams developer questions",
"url": "https://aka.ms/TeamsPlatformFeedback"
},
{
"name": "Teams development videos from Microsoft",
"url": "https://aka.ms/sample-ref-teams-vids-from-microsoft"
},
{
"name": "Teams development videos from the community",
"url": "https://aka.ms/sample-ref-teams-vids-from-community"
}
]
}
]