OSDN Git Service

凍結されたユーザーのツイートに対するエラー表示に対応
[opentween/open-tween.git] / OpenTween.Tests / Resources / Responses / TimelineTweet_TweetTombstone.json
1 {
2   "itemType": "TimelineTweet",
3   "__typename": "TimelineTweet",
4   "tweet_results": {
5     "result": {
6       "__typename": "TweetTombstone",
7       "tombstone": {
8         "__typename": "TextTombstone",
9         "text": {
10           "rtl": false,
11           "text": "This Post is from a suspended account. Learn more",
12           "entities": [
13             {
14               "fromIndex": 39,
15               "toIndex": 49,
16               "ref": {
17                 "type": "TimelineUrl",
18                 "url": "https://help.twitter.com/rules-and-policies/notices-on-twitter",
19                 "urlType": "ExternalUrl"
20               }
21             }
22           ]
23         }
24       }
25     }
26   },
27   "tweetDisplayType": "Tweet",
28   "hasModeratedReplies": false
29 }