回答編集履歴
2
追記
answer
CHANGED
@@ -5,4 +5,4 @@
|
|
5
5
|
> Indicates whether this Tweet has been Retweeted by the authenticating user.
|
6
6
|
|
7
7
|
質問文のコードの場合、該当TLに対して自分でリツィート操作を行わない限り、`retweeted`は`true`となるデータは発生しないと思いますが。
|
8
|
-
ようするに
|
8
|
+
ようするにブラウザ上のTLで「自分がリツィート」と表示されているものが、値:`true`となる。
|
1
追記
answer
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
認証されたユーザーが`retweeted`しているかどうかで値が変わります。
|
2
2
|
◇参考情報
|
3
|
-
[Tweetオブジェクト](https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object.html)
|
3
|
+
[Tweetオブジェクト](https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/tweet-object.html)より
|
4
|
+
> retweeted Boolean
|
5
|
+
> Indicates whether this Tweet has been Retweeted by the authenticating user.
|
4
6
|
|
5
|
-
質問文のコードの場合、該当
|
7
|
+
質問文のコードの場合、該当TLに対して自分でリツィート操作を行わない限り、`retweeted`は`true`となるデータは発生しないと思いますが。
|
6
8
|
ようするにTL上で「自分がリツィート」と表示されているものが、`true`となる。
|