microsoft/teams.net
Publicmirrored from https://github.com/microsoft/teams.netAvailable
Tests/Microsoft.Teams.Api.Tests/Json/Activity/Events/ReadReceiptActivity.json
53lines · modecode
| 1 | { |
| 2 | "id": "readReceiptId", |
| 3 | "type": "event", |
| 4 | "replyToId": "replyToId", |
| 5 | "channelId": "webchat", |
| 6 | "name": "application/vnd.microsoft.readReceipt", |
| 7 | "recipient": { |
| 8 | "id": "recipientId", |
| 9 | "name": "recipientName" |
| 10 | }, |
| 11 | "conversation": { |
| 12 | "id": "conversationId", |
| 13 | "conversationType": "group", |
| 14 | "name": "conversationName" |
| 15 | }, |
| 16 | "channelData": { |
| 17 | "channel": { |
| 18 | "id": "channelId", |
| 19 | "type": "standard", |
| 20 | "name": "channelName" |
| 21 | }, |
| 22 | "eventType": "readReceipt", |
| 23 | "team": { |
| 24 | "id": "teamId", |
| 25 | "type": "standard", |
| 26 | "name": "teamName" |
| 27 | }, |
| 28 | "tenant": { |
| 29 | "id": "tenantId" |
| 30 | }, |
| 31 | "notification": {}, |
| 32 | "settings": { |
| 33 | "selectedChannel": { |
| 34 | "id": "selectedChannelId", |
| 35 | "type": "standard", |
| 36 | "name": "selectedChannelName" |
| 37 | }, |
| 38 | "channelDataSettingskey1": "value1", |
| 39 | "channelDataSettingskey2": "value2" |
| 40 | }, |
| 41 | "app": { |
| 42 | "id": "appId", |
| 43 | "appPropKey1": "value1", |
| 44 | "appPropKey2": "value2" |
| 45 | }, |
| 46 | "feedbackLoopEnabled": true, |
| 47 | "streamId": "streamId", |
| 48 | "streamType": "streaming", |
| 49 | "streamSequence": 3, |
| 50 | "key1": "value1", |
| 51 | "key2": "value2" |
| 52 | } |
| 53 | } |