diff --git a/README.md b/README.md index 880deb5..d42f84c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ Twitter's API v2 Objectified. This will save you time from creating data objects `NOTE` : Twitter's API v2 is fairly new and keeps changing, so this library may also change to stay updated with the new changes made by the Twitter team. To contribute, you can fork this repo and make a pull request after. + + +## Objects Tested and Ready +- [x] Spaces +- [x] Tweets +- [x] Users +- [ ] List +- [ ] Poll +- [ ] Media +- [ ] Place + + ## Setup ### Gradle Step 1: Add the Jitpack repository to your build file. Add it in your root `build.gradle` at the end of repositories. @@ -52,8 +64,6 @@ That's it! Now you can intialize object models and use them. ### 📙 [Documentation](https://kojofosu.github.io/TwitterApiKit/documentation/dokka/index.html) -### Objects Tested and Ready -- Spaces ## LICENSE ``` diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-error/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-error/index.html index f4e1ba1..cf2663c 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-error/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-error/index.html @@ -213,6 +213,28 @@

Inheritors

+ +
+
+
+
UserListResponse
+ +
Link copied to clipboard
+
+
+
+
+ +
+
+
+
UserSingleResponse
+ +
Link copied to clipboard
+
+
+
+
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/-meta.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/-meta.html index 679480f..8ace19a 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/-meta.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/-meta.html @@ -22,12 +22,12 @@
-
+

Meta

-
fun Meta(resultCount: Int = 0, newestId: String?, oldestId: String?, nextToken: String?)
+
fun Meta(resultCount: Int = 0, newestId: String?, oldestId: String?, nextToken: String?, previousToken: String?)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/index.html index c43dc28..95202d1 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/index.html @@ -26,7 +26,7 @@

Meta

-
data class Meta(resultCount: Int, newestId: String?, oldestId: String?, nextToken: String?)
+
data class Meta(resultCount: Int, newestId: String?, oldestId: String?, nextToken: String?, previousToken: String?)
@@ -77,6 +77,21 @@

Properties

+ +
+
+
+
previousToken
+ +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "previous_token")
var previousToken: String?
+
+
+
+
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/previous-token.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/previous-token.html new file mode 100644 index 0000000..2c10f14 --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/previous-token.html @@ -0,0 +1,37 @@ + + + + previousToken + + + + +
+
+
+
+
+
+ +
+

previousToken

+
+
@SerializedName(value = "previous_token")
var previousToken: String?
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/index.html index 8fb4708..faeaaae 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.model/index.html @@ -221,7 +221,7 @@

Types

-
data class Meta(resultCount: Int, newestId: String?, oldestId: String?, nextToken: String?)
+
data class Meta(resultCount: Int, newestId: String?, oldestId: String?, nextToken: String?, previousToken: String?)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/-public-metrics.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/-public-metrics.html index e7f31e8..aa43eb4 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/-public-metrics.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/-public-metrics.html @@ -22,12 +22,12 @@
-
+

PublicMetrics

-
fun PublicMetrics()
+
fun PublicMetrics(viewCount: Int = 0)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/index.html index 60dfe6c..5101439 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/index.html @@ -26,7 +26,7 @@

PublicMetrics

-
class PublicMetrics
+
data class PublicMetrics(viewCount: Int)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/index.html index 1664386..866a86a 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/index.html @@ -104,7 +104,7 @@

Types

-
class PublicMetrics
+
data class PublicMetrics(viewCount: Int)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/-description.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/-description.html index 2ee3a47..f4233e2 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/-description.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/-description.html @@ -22,12 +22,12 @@
-
+

Description

-
fun Description()
+
fun Description(annotations: ArrayList<Annotations>?, cashtags: ArrayList<Cashtags>?, hashtags: ArrayList<Hashtags>?, mentions: ArrayList<Mentions>?, urls: ArrayList<Urls>?)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/annotations.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/annotations.html index 20c7abc..5a2b150 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/annotations.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/annotations.html @@ -27,7 +27,7 @@

annotations

-
@SerializedName(value = "annotations")
var annotations: ArrayList<Annotations>? = null
+
@SerializedName(value = "annotations")
var annotations: ArrayList<Annotations>?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/cashtags.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/cashtags.html index f7f9361..6173aa2 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/cashtags.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/cashtags.html @@ -27,7 +27,7 @@

cashtags

-
@SerializedName(value = "cashtags")
var cashtags: ArrayList<Cashtags>? = null
+
@SerializedName(value = "cashtags")
var cashtags: ArrayList<Cashtags>?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/hashtags.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/hashtags.html index 8811dd6..e552c8b 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/hashtags.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/hashtags.html @@ -27,7 +27,7 @@

hashtags

-
@SerializedName(value = "hashtags")
var hashtags: ArrayList<Hashtags>? = null
+
@SerializedName(value = "hashtags")
var hashtags: ArrayList<Hashtags>?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/index.html index ad17124..e4ab25a 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/index.html @@ -26,7 +26,7 @@

Description

-
class Description
+
data class Description(annotations: ArrayList<Annotations>?, cashtags: ArrayList<Cashtags>?, hashtags: ArrayList<Hashtags>?, mentions: ArrayList<Mentions>?, urls: ArrayList<Urls>?)
@@ -42,7 +42,7 @@

Properties

-
@SerializedName(value = "annotations")
var annotations: ArrayList<Annotations>? = null
+
@SerializedName(value = "annotations")
var annotations: ArrayList<Annotations>?
@@ -57,7 +57,7 @@

Properties

-
@SerializedName(value = "cashtags")
var cashtags: ArrayList<Cashtags>? = null
+
@SerializedName(value = "cashtags")
var cashtags: ArrayList<Cashtags>?
@@ -72,7 +72,7 @@

Properties

-
@SerializedName(value = "hashtags")
var hashtags: ArrayList<Hashtags>? = null
+
@SerializedName(value = "hashtags")
var hashtags: ArrayList<Hashtags>?
@@ -87,7 +87,7 @@

Properties

-
@SerializedName(value = "mentions")
var mentions: ArrayList<Mentions>? = null
+
@SerializedName(value = "mentions")
var mentions: ArrayList<Mentions>?
@@ -102,7 +102,7 @@

Properties

-
@SerializedName(value = "urls")
var urls: ArrayList<Urls>? = null
+
@SerializedName(value = "urls")
var urls: ArrayList<Urls>?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/mentions.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/mentions.html index 56067f4..6eaba40 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/mentions.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/mentions.html @@ -27,7 +27,7 @@

mentions

-
@SerializedName(value = "mentions")
var mentions: ArrayList<Mentions>? = null
+
@SerializedName(value = "mentions")
var mentions: ArrayList<Mentions>?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/urls.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/urls.html index 161eae0..9b40980 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/urls.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/urls.html @@ -27,7 +27,7 @@

urls

-
@SerializedName(value = "urls")
var urls: ArrayList<Urls>? = null
+
@SerializedName(value = "urls")
var urls: ArrayList<Urls>?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-entities.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-entities.html index 5a148de..10534ea 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-entities.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-entities.html @@ -22,12 +22,12 @@
-
+

Entities

-
fun Entities()
+
fun Entities(url: User.Entities.Url?, description: User.Entities.Description?)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/-url.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/-url.html new file mode 100644 index 0000000..00b88a5 --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/-url.html @@ -0,0 +1,37 @@ + + + + Url + + + + +
+
+
+
+
+
+ +
+

Url

+
+
fun Url(urls: ArrayList<Urls>?)
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/index.html new file mode 100644 index 0000000..a0038e7 --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/index.html @@ -0,0 +1,59 @@ + + + + Url + + + + +
+
+
+
+
+
+ +
+

Url

+
data class Url(urls: ArrayList<Urls>?)
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "urls")
var urls: ArrayList<Urls>?
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/urls.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/urls.html new file mode 100644 index 0000000..4f7c291 --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/urls.html @@ -0,0 +1,37 @@ + + + + urls + + + + +
+
+
+
+
+
+ +
+

urls

+
+
@SerializedName(value = "urls")
var urls: ArrayList<Urls>?
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/description.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/description.html index 678bff9..d83935d 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/description.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/description.html @@ -27,7 +27,7 @@

description

-
@SerializedName(value = "description")
var description: User.Entities.Description? = null
+
@SerializedName(value = "description")
var description: User.Entities.Description?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/index.html index ce28d3c..fdce55d 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/index.html @@ -26,7 +26,7 @@

Entities

-
class Entities
+
data class Entities(url: User.Entities.Url?, description: User.Entities.Description?)
@@ -42,7 +42,22 @@

Types

-
class Description
+
data class Description(annotations: ArrayList<Annotations>?, cashtags: ArrayList<Cashtags>?, hashtags: ArrayList<Hashtags>?, mentions: ArrayList<Mentions>?, urls: ArrayList<Urls>?)
+
+
+ + + +
+
+
+
Url
+ +
Link copied to clipboard
+
+
+
+
data class Url(urls: ArrayList<Urls>?)
@@ -59,7 +74,7 @@

Properties

-
@SerializedName(value = "description")
var description: User.Entities.Description? = null
+
@SerializedName(value = "description")
var description: User.Entities.Description?
@@ -74,7 +89,7 @@

Properties

-
@SerializedName(value = "url")
var url: Urls? = null
+
@SerializedName(value = "url")
var url: User.Entities.Url?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/url.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/url.html index 399abce..0eca098 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/url.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/url.html @@ -27,7 +27,7 @@

url

-
@SerializedName(value = "url")
var url: Urls? = null
+
@SerializedName(value = "url")
var url: User.Entities.Url?
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/-public-metrics.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/-public-metrics.html index f42b769..dd82feb 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/-public-metrics.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/-public-metrics.html @@ -22,12 +22,12 @@
-
+

PublicMetrics

-
fun PublicMetrics()
+
fun PublicMetrics(followersCount: Long = 0, followingCount: Long = 0, tweetCount: Long = 0, listedCount: Long = 0)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/index.html index 4bb640a..d971878 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/index.html @@ -26,7 +26,7 @@

PublicMetrics

-
class PublicMetrics
+
data class PublicMetrics(followersCount: Long, followingCount: Long, tweetCount: Long, listedCount: Long)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/index.html index a1c7d54..ad70511 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/index.html @@ -59,7 +59,7 @@

Types

-
class Entities
+
data class Entities(url: User.Entities.Url?, description: User.Entities.Description?)
@@ -74,7 +74,7 @@

Types

-
class PublicMetrics
+
data class PublicMetrics(followersCount: Long, followingCount: Long, tweetCount: Long, listedCount: Long)
diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/index.html index 4b7d1b4..c9dce7b 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/index.html @@ -26,11 +26,28 @@

SpaceListResponse

-
data class SpaceListResponse(data: ArrayList<Space>?, includes: Includes?, meta: Meta?) : Error
+
data class SpaceListResponse(data: ArrayList<Space>?, includes: Includes?, meta: Meta?) : Error

Returns a list of spaces

-
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun SpaceListResponse(data: ArrayList<Space>?, includes: Includes?, meta: Meta?)
+
+
+
+
+

Properties

diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/index.html index 9212c7b..a0474ca 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/index.html @@ -26,11 +26,28 @@

SpaceSingleResponse

-
data class SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?) : Error
+
data class SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?) : Error

Returns a single space response

-
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?)
+
+
+
+
+

Properties

diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/index.html index 8ed60f2..fad5590 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/index.html @@ -26,11 +26,28 @@

TweetListResponse

-
data class TweetListResponse(data: ArrayList<Tweet>?, includes: Includes?, meta: Meta?) : Error
+
data class TweetListResponse(data: ArrayList<Tweet>?, includes: Includes?, meta: Meta?) : Error

Returns a list of tweets

-
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun TweetListResponse(data: ArrayList<Tweet>?, includes: Includes?, meta: Meta?)
+
+
+
+
+

Properties

diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/index.html index 4c1583e..18c291f 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/index.html @@ -26,11 +26,28 @@

TweetSingleResponse

-
data class TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?) : Error
+
data class TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?) : Error

Returns a single tweet response

-
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?)
+
+
+
+
+

Properties

diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/-user-list-response.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/-user-list-response.html new file mode 100644 index 0000000..717edee --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/-user-list-response.html @@ -0,0 +1,37 @@ + + + + UserListResponse + + + + +
+
+
+
+
+
+ +
+

UserListResponse

+
+
fun UserListResponse(data: ArrayList<User>?, includes: Includes?, meta: Meta?)
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/data.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/data.html new file mode 100644 index 0000000..542a69f --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/data.html @@ -0,0 +1,37 @@ + + + + data + + + + +
+
+
+
+
+
+ +
+

data

+
+
@SerializedName(value = "data")
var data: ArrayList<User>?
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/includes.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/includes.html new file mode 100644 index 0000000..45302da --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/includes.html @@ -0,0 +1,37 @@ + + + + includes + + + + +
+
+
+
+
+
+ +
+

includes

+
+
@SerializedName(value = "includes")
var includes: Includes?
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/index.html new file mode 100644 index 0000000..5f94942 --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/index.html @@ -0,0 +1,241 @@ + + + + UserListResponse + + + + +
+
+
+
+
+
+ +
+

UserListResponse

+
data class UserListResponse(data: ArrayList<User>?, includes: Includes?, meta: Meta?) : Error

Returns a list of users

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun UserListResponse(data: ArrayList<User>?, includes: Includes?, meta: Meta?)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "client_id")
val clientId: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "data")
var data: ArrayList<User>?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "detail")
var detail: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "errors")
var errors: ArrayList<Errors>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "includes")
var includes: Includes?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "meta")
var meta: Meta?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "reason")
val reason: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "registration_url")
val registrationUrl: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "required_enrollment")
val requiredEnrollment: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "status")
var status: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "title")
var title: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "type")
var type: String? = null
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/meta.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/meta.html new file mode 100644 index 0000000..eb31658 --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/meta.html @@ -0,0 +1,37 @@ + + + + meta + + + + +
+
+
+
+
+
+ +
+

meta

+
+
@SerializedName(value = "meta")
var meta: Meta?
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/-user-single-response.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/-user-single-response.html new file mode 100644 index 0000000..c31b41d --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/-user-single-response.html @@ -0,0 +1,37 @@ + + + + UserSingleResponse + + + + +
+
+
+
+
+
+ +
+

UserSingleResponse

+
+
fun UserSingleResponse(data: User?, includes: Includes?, meta: Meta?)
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/data.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/data.html new file mode 100644 index 0000000..f0f3e6a --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/data.html @@ -0,0 +1,37 @@ + + + + data + + + + +
+
+
+
+
+
+ +
+

data

+
+
@SerializedName(value = "data")
var data: User?
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/includes.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/includes.html new file mode 100644 index 0000000..289fc7d --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/includes.html @@ -0,0 +1,37 @@ + + + + includes + + + + +
+
+
+
+
+
+ +
+

includes

+
+
@SerializedName(value = "includes")
var includes: Includes?
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/index.html new file mode 100644 index 0000000..82bb633 --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/index.html @@ -0,0 +1,241 @@ + + + + UserSingleResponse + + + + +
+
+
+
+
+
+ +
+

UserSingleResponse

+
data class UserSingleResponse(data: User?, includes: Includes?, meta: Meta?) : Error

Returns a single user response

+
+
+
+
+

Constructors

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
fun UserSingleResponse(data: User?, includes: Includes?, meta: Meta?)
+
+
+
+
+
+

Properties

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "client_id")
val clientId: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "data")
var data: User?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "detail")
var detail: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "errors")
var errors: ArrayList<Errors>? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "includes")
var includes: Includes?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "meta")
var meta: Meta?
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "reason")
val reason: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "registration_url")
val registrationUrl: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "required_enrollment")
val requiredEnrollment: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "status")
var status: Int? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "title")
var title: String? = null
+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
@SerializedName(value = "type")
var type: String? = null
+
+
+
+
+
+
+
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/meta.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/meta.html new file mode 100644 index 0000000..47dcff7 --- /dev/null +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/meta.html @@ -0,0 +1,37 @@ + + + + meta + + + + +
+
+
+
+
+
+ +
+

meta

+
+
@SerializedName(value = "meta")
var meta: Meta?
+
+ +
+
+ + + diff --git a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/index.html b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/index.html index 3ce72d5..e44d67d 100644 --- a/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/index.html +++ b/documentation/dokka/-twitter -api -kit/com.mcdev.twitterapikit.response/index.html @@ -41,7 +41,7 @@

Types

-
data class SpaceListResponse(data: ArrayList<Space>?, includes: Includes?, meta: Meta?) : Error
+
data class SpaceListResponse(data: ArrayList<Space>?, includes: Includes?, meta: Meta?) : Error

Returns a list of spaces

@@ -56,7 +56,7 @@

Types

-
data class SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?) : Error
+
data class SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?) : Error

Returns a single space response

@@ -71,7 +71,7 @@

Types

-
data class TweetListResponse(data: ArrayList<Tweet>?, includes: Includes?, meta: Meta?) : Error
+
data class TweetListResponse(data: ArrayList<Tweet>?, includes: Includes?, meta: Meta?) : Error

Returns a list of tweets

@@ -86,7 +86,37 @@

Types

-
data class TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?) : Error
+
data class TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?) : Error

Returns a single tweet response

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class UserListResponse(data: ArrayList<User>?, includes: Includes?, meta: Meta?) : Error

Returns a list of users

+
+
+
+
+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+
data class UserSingleResponse(data: User?, includes: Includes?, meta: Meta?) : Error

Returns a single user response

diff --git a/documentation/dokka/-twitter -api -kit/package-list b/documentation/dokka/-twitter -api -kit/package-list index 3099a1d..ced9cea 100644 --- a/documentation/dokka/-twitter -api -kit/package-list +++ b/documentation/dokka/-twitter -api -kit/package-list @@ -272,10 +272,11 @@ $dokka.location:com.mcdev.twitterapikit.model/Mentions/start/#/PointingToDeclara $dokka.location:com.mcdev.twitterapikit.model/Mentions/tag/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/tag.html $dokka.location:com.mcdev.twitterapikit.model/Mentions/userName/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/user-name.html $dokka.location:com.mcdev.twitterapikit.model/Meta///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/index.html -$dokka.location:com.mcdev.twitterapikit.model/Meta/Meta/#kotlin.Int#kotlin.String?#kotlin.String?#kotlin.String?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/-meta.html +$dokka.location:com.mcdev.twitterapikit.model/Meta/Meta/#kotlin.Int#kotlin.String?#kotlin.String?#kotlin.String?#kotlin.String?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/-meta.html $dokka.location:com.mcdev.twitterapikit.model/Meta/newestId/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/newest-id.html $dokka.location:com.mcdev.twitterapikit.model/Meta/nextToken/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/next-token.html $dokka.location:com.mcdev.twitterapikit.model/Meta/oldestId/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/oldest-id.html +$dokka.location:com.mcdev.twitterapikit.model/Meta/previousToken/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/previous-token.html $dokka.location:com.mcdev.twitterapikit.model/Meta/resultCount/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/result-count.html $dokka.location:com.mcdev.twitterapikit.model/Parameters///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/index.html $dokka.location:com.mcdev.twitterapikit.model/Parameters/Parameters/#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?#kotlin.collections.List[kotlin.String]?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/-parameters.html @@ -346,7 +347,7 @@ $dokka.location:com.mcdev.twitterapikit.object/Media.PromotedMetrics/playback50C $dokka.location:com.mcdev.twitterapikit.object/Media.PromotedMetrics/playback75Count/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback75-count.html $dokka.location:com.mcdev.twitterapikit.object/Media.PromotedMetrics/viewCount/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/view-count.html $dokka.location:com.mcdev.twitterapikit.object/Media.PublicMetrics///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/index.html -$dokka.location:com.mcdev.twitterapikit.object/Media.PublicMetrics/PublicMetrics/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/-public-metrics.html +$dokka.location:com.mcdev.twitterapikit.object/Media.PublicMetrics/PublicMetrics/#kotlin.Int/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/-public-metrics.html $dokka.location:com.mcdev.twitterapikit.object/Media.PublicMetrics/viewCount/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/view-count.html $dokka.location:com.mcdev.twitterapikit.object/Media///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/index.html $dokka.location:com.mcdev.twitterapikit.object/Media/Media/#kotlin.String?#kotlin.String?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-media.html @@ -487,18 +488,21 @@ $dokka.location:com.mcdev.twitterapikit.object/Tweet/source/#/PointingToDeclarat $dokka.location:com.mcdev.twitterapikit.object/Tweet/text/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/text.html $dokka.location:com.mcdev.twitterapikit.object/Tweet/withheld/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/withheld.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities.Description///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/index.html -$dokka.location:com.mcdev.twitterapikit.object/User.Entities.Description/Description/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/-description.html +$dokka.location:com.mcdev.twitterapikit.object/User.Entities.Description/Description/#java.util.ArrayList[com.mcdev.twitterapikit.model.Annotations]?#java.util.ArrayList[com.mcdev.twitterapikit.model.Cashtags]?#java.util.ArrayList[com.mcdev.twitterapikit.model.Hashtags]?#java.util.ArrayList[com.mcdev.twitterapikit.model.Mentions]?#java.util.ArrayList[com.mcdev.twitterapikit.model.Urls]?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/-description.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities.Description/annotations/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/annotations.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities.Description/cashtags/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/cashtags.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities.Description/hashtags/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/hashtags.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities.Description/mentions/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/mentions.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities.Description/urls/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/urls.html +$dokka.location:com.mcdev.twitterapikit.object/User.Entities.Url///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/index.html +$dokka.location:com.mcdev.twitterapikit.object/User.Entities.Url/Url/#java.util.ArrayList[com.mcdev.twitterapikit.model.Urls]?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/-url.html +$dokka.location:com.mcdev.twitterapikit.object/User.Entities.Url/urls/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/urls.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/index.html -$dokka.location:com.mcdev.twitterapikit.object/User.Entities/Entities/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-entities.html +$dokka.location:com.mcdev.twitterapikit.object/User.Entities/Entities/#com.mcdev.twitterapikit.object.User.Entities.Url?#com.mcdev.twitterapikit.object.User.Entities.Description?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-entities.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities/description/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/description.html $dokka.location:com.mcdev.twitterapikit.object/User.Entities/url/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/url.html $dokka.location:com.mcdev.twitterapikit.object/User.PublicMetrics///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/index.html -$dokka.location:com.mcdev.twitterapikit.object/User.PublicMetrics/PublicMetrics/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/-public-metrics.html +$dokka.location:com.mcdev.twitterapikit.object/User.PublicMetrics/PublicMetrics/#kotlin.Long#kotlin.Long#kotlin.Long#kotlin.Long/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/-public-metrics.html $dokka.location:com.mcdev.twitterapikit.object/User.PublicMetrics/followersCount/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/followers-count.html $dokka.location:com.mcdev.twitterapikit.object/User.PublicMetrics/followingCount/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/following-count.html $dokka.location:com.mcdev.twitterapikit.object/User.PublicMetrics/listedCount/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/listed-count.html @@ -544,6 +548,16 @@ $dokka.location:com.mcdev.twitterapikit.response/TweetSingleResponse/TweetSingle $dokka.location:com.mcdev.twitterapikit.response/TweetSingleResponse/data/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/data.html $dokka.location:com.mcdev.twitterapikit.response/TweetSingleResponse/includes/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/includes.html $dokka.location:com.mcdev.twitterapikit.response/TweetSingleResponse/meta/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/meta.html +$dokka.location:com.mcdev.twitterapikit.response/UserListResponse///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/index.html +$dokka.location:com.mcdev.twitterapikit.response/UserListResponse/UserListResponse/#java.util.ArrayList[com.mcdev.twitterapikit.object.User]?#com.mcdev.twitterapikit.model.Includes?#com.mcdev.twitterapikit.model.Meta?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/-user-list-response.html +$dokka.location:com.mcdev.twitterapikit.response/UserListResponse/data/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/data.html +$dokka.location:com.mcdev.twitterapikit.response/UserListResponse/includes/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/includes.html +$dokka.location:com.mcdev.twitterapikit.response/UserListResponse/meta/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/meta.html +$dokka.location:com.mcdev.twitterapikit.response/UserSingleResponse///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/index.html +$dokka.location:com.mcdev.twitterapikit.response/UserSingleResponse/UserSingleResponse/#com.mcdev.twitterapikit.object.User?#com.mcdev.twitterapikit.model.Includes?#com.mcdev.twitterapikit.model.Meta?/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/-user-single-response.html +$dokka.location:com.mcdev.twitterapikit.response/UserSingleResponse/data/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/data.html +$dokka.location:com.mcdev.twitterapikit.response/UserSingleResponse/includes/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/includes.html +$dokka.location:com.mcdev.twitterapikit.response/UserSingleResponse/meta/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/meta.html $dokka.location:com.mcdev.twitterapikit.tweetlookup////PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/index.html $dokka.location:com.mcdev.twitterapikit.tweetlookup/MultipleTweets///PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/index.html $dokka.location:com.mcdev.twitterapikit.tweetlookup/MultipleTweets/MultipleTweets/#/PointingToDeclaration/-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/-multiple-tweets.html diff --git a/documentation/dokka/navigation.html b/documentation/dokka/navigation.html index db3a5a2..70b343c 100644 --- a/documentation/dokka/navigation.html +++ b/documentation/dokka/navigation.html @@ -563,6 +563,12 @@ + +
diff --git a/documentation/dokka/scripts/pages.json b/documentation/dokka/scripts/pages.json index 16fd42f..603902f 100644 --- a/documentation/dokka/scripts/pages.json +++ b/documentation/dokka/scripts/pages.json @@ -1 +1 @@ -[{"name":"ALL(\"${ID.value},\" +\n \"${STATE.value},\" +\n \"${HOST_IDS.value},\" +\n \"${CREATED_AT.value},\" +\n \"${CREATOR_ID.value},\" +\n \"${LANG.value},\" +\n \"${INVITED_USER_IDS.value},\" +\n \"${SPEAKER_IDS.value},\" +\n \"${STARTED_AT.value},\" +\n \"${TITLE.value},\" +\n \"${UPDATED_AT.value},\" +\n \"${SCHEDULED_START.value},\" +\n \"${IS_TICKETED.value},\" +\n \"${PARTICIPANT_COUNT.value},\" +\n \"${ENDED_AT.value},\" +\n TOPIC_IDS.value)","description":"com.mcdev.twitterapikit.field.SpaceField.ALL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-a-l-l/index.html","searchKeys":["ALL","ALL(\"${ID.value},\" +\n \"${STATE.value},\" +\n \"${HOST_IDS.value},\" +\n \"${CREATED_AT.value},\" +\n \"${CREATOR_ID.value},\" +\n \"${LANG.value},\" +\n \"${INVITED_USER_IDS.value},\" +\n \"${SPEAKER_IDS.value},\" +\n \"${STARTED_AT.value},\" +\n \"${TITLE.value},\" +\n \"${UPDATED_AT.value},\" +\n \"${SCHEDULED_START.value},\" +\n \"${IS_TICKETED.value},\" +\n \"${PARTICIPANT_COUNT.value},\" +\n \"${ENDED_AT.value},\" +\n TOPIC_IDS.value)","com.mcdev.twitterapikit.field.SpaceField.ALL"]},{"name":"ALL(\"${ID.value},\" +\n \"${TEXT.value},\" +\n \"${ATTACHMENTS.value},\" +\n \"${AUTHOR_ID.value},\" +\n \"${CONTEXT_ANNOTATIONS.value},\" +\n \"${CONVERSATION_ID.value},\" +\n \"${CREATED_AT.value},\" +\n \"${ENTITIES.value},\" +\n \"${GEO.value},\" +\n \"${IN_REPLY_TO_USER_ID.value},\" +\n \"${LANG.value},\" +\n \"${PUBLIC_METRICS.value},\" +\n \"${REFERENCED_TWEETS.value},\" +\n \"${REPLY_SETTINGS.value},\" +\n \"${SOURCE.value},\" +\n \"${WITHHELD.value},\" +\n \"${NON_PUBLIC_METRICS.value},\" +\n \"${ORGANIC_METRICS.value},\" +\n \"${POSSIBLY_SENSITIVE.value},\" +\n PROMOTED_METRICS.value)","description":"com.mcdev.twitterapikit.field.TweetField.ALL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-a-l-l/index.html","searchKeys":["ALL","ALL(\"${ID.value},\" +\n \"${TEXT.value},\" +\n \"${ATTACHMENTS.value},\" +\n \"${AUTHOR_ID.value},\" +\n \"${CONTEXT_ANNOTATIONS.value},\" +\n \"${CONVERSATION_ID.value},\" +\n \"${CREATED_AT.value},\" +\n \"${ENTITIES.value},\" +\n \"${GEO.value},\" +\n \"${IN_REPLY_TO_USER_ID.value},\" +\n \"${LANG.value},\" +\n \"${PUBLIC_METRICS.value},\" +\n \"${REFERENCED_TWEETS.value},\" +\n \"${REPLY_SETTINGS.value},\" +\n \"${SOURCE.value},\" +\n \"${WITHHELD.value},\" +\n \"${NON_PUBLIC_METRICS.value},\" +\n \"${ORGANIC_METRICS.value},\" +\n \"${POSSIBLY_SENSITIVE.value},\" +\n PROMOTED_METRICS.value)","com.mcdev.twitterapikit.field.TweetField.ALL"]},{"name":"ALL_DEFAULT(\"${ID.value},\" +\n \"${TEXT.value},\" +\n \"${ATTACHMENTS.value},\" +\n \"${AUTHOR_ID.value},\" +\n \"${CONTEXT_ANNOTATIONS.value},\" +\n \"${CONVERSATION_ID.value},\" +\n \"${CREATED_AT.value},\" +\n \"${ENTITIES.value},\" +\n \"${GEO.value},\" +\n \"${IN_REPLY_TO_USER_ID.value},\" +\n \"${LANG.value},\" +\n \"${PUBLIC_METRICS.value},\" +\n \"${REFERENCED_TWEETS.value},\" +\n \"${REPLY_SETTINGS.value},\" +\n \"${SOURCE.value},\" +\n WITHHELD.value)","description":"com.mcdev.twitterapikit.field.TweetField.ALL_DEFAULT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-a-l-l_-d-e-f-a-u-l-t/index.html","searchKeys":["ALL_DEFAULT","ALL_DEFAULT(\"${ID.value},\" +\n \"${TEXT.value},\" +\n \"${ATTACHMENTS.value},\" +\n \"${AUTHOR_ID.value},\" +\n \"${CONTEXT_ANNOTATIONS.value},\" +\n \"${CONVERSATION_ID.value},\" +\n \"${CREATED_AT.value},\" +\n \"${ENTITIES.value},\" +\n \"${GEO.value},\" +\n \"${IN_REPLY_TO_USER_ID.value},\" +\n \"${LANG.value},\" +\n \"${PUBLIC_METRICS.value},\" +\n \"${REFERENCED_TWEETS.value},\" +\n \"${REPLY_SETTINGS.value},\" +\n \"${SOURCE.value},\" +\n WITHHELD.value)","com.mcdev.twitterapikit.field.TweetField.ALL_DEFAULT"]},{"name":"ATTACHMENTS(\"attachments\")","description":"com.mcdev.twitterapikit.field.TweetField.ATTACHMENTS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-a-t-t-a-c-h-m-e-n-t-s/index.html","searchKeys":["ATTACHMENTS","ATTACHMENTS(\"attachments\")","com.mcdev.twitterapikit.field.TweetField.ATTACHMENTS"]},{"name":"ATTACHMENTS_MEDIA_KEYS(\"attachments.media_keys\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.ATTACHMENTS_MEDIA_KEYS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-a-t-t-a-c-h-m-e-n-t-s_-m-e-d-i-a_-k-e-y-s/index.html","searchKeys":["ATTACHMENTS_MEDIA_KEYS","ATTACHMENTS_MEDIA_KEYS(\"attachments.media_keys\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.ATTACHMENTS_MEDIA_KEYS"]},{"name":"ATTACHMENTS_MEDIA_KEYS(\"attachments.media_keys\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.ATTACHMENTS_MEDIA_KEYS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-a-t-t-a-c-h-m-e-n-t-s_-m-e-d-i-a_-k-e-y-s/index.html","searchKeys":["ATTACHMENTS_MEDIA_KEYS","ATTACHMENTS_MEDIA_KEYS(\"attachments.media_keys\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.ATTACHMENTS_MEDIA_KEYS"]},{"name":"ATTACHMENTS_POLL_ID(\"attachments.poll_ids\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.ATTACHMENTS_POLL_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-a-t-t-a-c-h-m-e-n-t-s_-p-o-l-l_-i-d/index.html","searchKeys":["ATTACHMENTS_POLL_ID","ATTACHMENTS_POLL_ID(\"attachments.poll_ids\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.ATTACHMENTS_POLL_ID"]},{"name":"ATTACHMENTS_POLL_IDS(\"attachments.poll_ids\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.ATTACHMENTS_POLL_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-a-t-t-a-c-h-m-e-n-t-s_-p-o-l-l_-i-d-s/index.html","searchKeys":["ATTACHMENTS_POLL_IDS","ATTACHMENTS_POLL_IDS(\"attachments.poll_ids\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.ATTACHMENTS_POLL_IDS"]},{"name":"AUTHOR_ID(\"author_id\")","description":"com.mcdev.twitterapikit.expansion.ListTweetsExpansion.AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-tweets-expansion/-a-u-t-h-o-r_-i-d/index.html","searchKeys":["AUTHOR_ID","AUTHOR_ID(\"author_id\")","com.mcdev.twitterapikit.expansion.ListTweetsExpansion.AUTHOR_ID"]},{"name":"AUTHOR_ID(\"author_id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-a-u-t-h-o-r_-i-d/index.html","searchKeys":["AUTHOR_ID","AUTHOR_ID(\"author_id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.AUTHOR_ID"]},{"name":"AUTHOR_ID(\"author_id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-a-u-t-h-o-r_-i-d/index.html","searchKeys":["AUTHOR_ID","AUTHOR_ID(\"author_id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.AUTHOR_ID"]},{"name":"AUTHOR_ID(\"author_id\")","description":"com.mcdev.twitterapikit.field.TweetField.AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-a-u-t-h-o-r_-i-d/index.html","searchKeys":["AUTHOR_ID","AUTHOR_ID(\"author_id\")","com.mcdev.twitterapikit.field.TweetField.AUTHOR_ID"]},{"name":"All(\"all\")","description":"com.mcdev.twitterapikit.model.SpaceState.All","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/-all/index.html","searchKeys":["All","All(\"all\")","com.mcdev.twitterapikit.model.SpaceState.All"]},{"name":"CONTAINED_WITHIN(\"contained_within\")","description":"com.mcdev.twitterapikit.field.PlaceField.CONTAINED_WITHIN","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-c-o-n-t-a-i-n-e-d_-w-i-t-h-i-n/index.html","searchKeys":["CONTAINED_WITHIN","CONTAINED_WITHIN(\"contained_within\")","com.mcdev.twitterapikit.field.PlaceField.CONTAINED_WITHIN"]},{"name":"CONTEXT_ANNOTATIONS(\"context_annotations\")","description":"com.mcdev.twitterapikit.field.TweetField.CONTEXT_ANNOTATIONS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-c-o-n-t-e-x-t_-a-n-n-o-t-a-t-i-o-n-s/index.html","searchKeys":["CONTEXT_ANNOTATIONS","CONTEXT_ANNOTATIONS(\"context_annotations\")","com.mcdev.twitterapikit.field.TweetField.CONTEXT_ANNOTATIONS"]},{"name":"CONVERSATION_ID(\"conversation_id\")","description":"com.mcdev.twitterapikit.field.TweetField.CONVERSATION_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-c-o-n-v-e-r-s-a-t-i-o-n_-i-d/index.html","searchKeys":["CONVERSATION_ID","CONVERSATION_ID(\"conversation_id\")","com.mcdev.twitterapikit.field.TweetField.CONVERSATION_ID"]},{"name":"COUNTRY(\"country\")","description":"com.mcdev.twitterapikit.field.PlaceField.COUNTRY","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-c-o-u-n-t-r-y/index.html","searchKeys":["COUNTRY","COUNTRY(\"country\")","com.mcdev.twitterapikit.field.PlaceField.COUNTRY"]},{"name":"COUNTRY_CODE(\"country_code\")","description":"com.mcdev.twitterapikit.field.PlaceField.COUNTRY_CODE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-c-o-u-n-t-r-y_-c-o-d-e/index.html","searchKeys":["COUNTRY_CODE","COUNTRY_CODE(\"country_code\")","com.mcdev.twitterapikit.field.PlaceField.COUNTRY_CODE"]},{"name":"CREATED_AT(\"created_at\")","description":"com.mcdev.twitterapikit.field.ListField.CREATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-c-r-e-a-t-e-d_-a-t/index.html","searchKeys":["CREATED_AT","CREATED_AT(\"created_at\")","com.mcdev.twitterapikit.field.ListField.CREATED_AT"]},{"name":"CREATED_AT(\"created_at\")","description":"com.mcdev.twitterapikit.field.SpaceField.CREATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-c-r-e-a-t-e-d_-a-t/index.html","searchKeys":["CREATED_AT","CREATED_AT(\"created_at\")","com.mcdev.twitterapikit.field.SpaceField.CREATED_AT"]},{"name":"CREATED_AT(\"created_at\")","description":"com.mcdev.twitterapikit.field.TweetField.CREATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-c-r-e-a-t-e-d_-a-t/index.html","searchKeys":["CREATED_AT","CREATED_AT(\"created_at\")","com.mcdev.twitterapikit.field.TweetField.CREATED_AT"]},{"name":"CREATED_AT(\"created_at\")","description":"com.mcdev.twitterapikit.field.UserField.CREATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-c-r-e-a-t-e-d_-a-t/index.html","searchKeys":["CREATED_AT","CREATED_AT(\"created_at\")","com.mcdev.twitterapikit.field.UserField.CREATED_AT"]},{"name":"CREATOR_ID(\"creator_id\")","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.CREATOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/-c-r-e-a-t-o-r_-i-d/index.html","searchKeys":["CREATOR_ID","CREATOR_ID(\"creator_id\")","com.mcdev.twitterapikit.expansion.SpacesExpansion.CREATOR_ID"]},{"name":"CREATOR_ID(\"creator_id\")","description":"com.mcdev.twitterapikit.field.SpaceField.CREATOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-c-r-e-a-t-o-r_-i-d/index.html","searchKeys":["CREATOR_ID","CREATOR_ID(\"creator_id\")","com.mcdev.twitterapikit.field.SpaceField.CREATOR_ID"]},{"name":"DEFAULT(\",\")","description":"com.mcdev.twitterapikit.field.SpaceField.DEFAULT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-d-e-f-a-u-l-t/index.html","searchKeys":["DEFAULT","DEFAULT(\",\")","com.mcdev.twitterapikit.field.SpaceField.DEFAULT"]},{"name":"DEFAULT(\",\")","description":"com.mcdev.twitterapikit.field.TweetField.DEFAULT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-d-e-f-a-u-l-t/index.html","searchKeys":["DEFAULT","DEFAULT(\",\")","com.mcdev.twitterapikit.field.TweetField.DEFAULT"]},{"name":"DESCRIPTION(\"description\")","description":"com.mcdev.twitterapikit.field.ListField.DESCRIPTION","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-d-e-s-c-r-i-p-t-i-o-n/index.html","searchKeys":["DESCRIPTION","DESCRIPTION(\"description\")","com.mcdev.twitterapikit.field.ListField.DESCRIPTION"]},{"name":"DESCRIPTION(\"description\")","description":"com.mcdev.twitterapikit.field.TopicField.DESCRIPTION","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/-d-e-s-c-r-i-p-t-i-o-n/index.html","searchKeys":["DESCRIPTION","DESCRIPTION(\"description\")","com.mcdev.twitterapikit.field.TopicField.DESCRIPTION"]},{"name":"DESCRIPTION(\"description\")","description":"com.mcdev.twitterapikit.field.UserField.DESCRIPTION","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-d-e-s-c-r-i-p-t-i-o-n/index.html","searchKeys":["DESCRIPTION","DESCRIPTION(\"description\")","com.mcdev.twitterapikit.field.UserField.DESCRIPTION"]},{"name":"DURATION_MINUTES(\"duration_minutes\")","description":"com.mcdev.twitterapikit.field.PollField.DURATION_MINUTES","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-d-u-r-a-t-i-o-n_-m-i-n-u-t-e-s/index.html","searchKeys":["DURATION_MINUTES","DURATION_MINUTES(\"duration_minutes\")","com.mcdev.twitterapikit.field.PollField.DURATION_MINUTES"]},{"name":"DURATION_MS(\"duration_ms\")","description":"com.mcdev.twitterapikit.field.MediaField.DURATION_MS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-d-u-r-a-t-i-o-n_-m-s/index.html","searchKeys":["DURATION_MS","DURATION_MS(\"duration_ms\")","com.mcdev.twitterapikit.field.MediaField.DURATION_MS"]},{"name":"ENDED_AT(\"ended_at\")","description":"com.mcdev.twitterapikit.field.SpaceField.ENDED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-e-n-d-e-d_-a-t/index.html","searchKeys":["ENDED_AT","ENDED_AT(\"ended_at\")","com.mcdev.twitterapikit.field.SpaceField.ENDED_AT"]},{"name":"END_DATETIME(\"end_datetime\")","description":"com.mcdev.twitterapikit.field.PollField.END_DATETIME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-e-n-d_-d-a-t-e-t-i-m-e/index.html","searchKeys":["END_DATETIME","END_DATETIME(\"end_datetime\")","com.mcdev.twitterapikit.field.PollField.END_DATETIME"]},{"name":"ENTITIES(\"entities\")","description":"com.mcdev.twitterapikit.field.TweetField.ENTITIES","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-e-n-t-i-t-i-e-s/index.html","searchKeys":["ENTITIES","ENTITIES(\"entities\")","com.mcdev.twitterapikit.field.TweetField.ENTITIES"]},{"name":"ENTITIES(\"entities\")","description":"com.mcdev.twitterapikit.field.UserField.ENTITIES","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-e-n-t-i-t-i-e-s/index.html","searchKeys":["ENTITIES","ENTITIES(\"entities\")","com.mcdev.twitterapikit.field.UserField.ENTITIES"]},{"name":"ENTITIES_MENTIONS_USERNAME(\"entities.mentions.username\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.ENTITIES_MENTIONS_USERNAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-e-n-t-i-t-i-e-s_-m-e-n-t-i-o-n-s_-u-s-e-r-n-a-m-e/index.html","searchKeys":["ENTITIES_MENTIONS_USERNAME","ENTITIES_MENTIONS_USERNAME(\"entities.mentions.username\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.ENTITIES_MENTIONS_USERNAME"]},{"name":"ENTITIES_MENTIONS_USERNAME(\"entities.mentions.username\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.ENTITIES_MENTIONS_USERNAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-e-n-t-i-t-i-e-s_-m-e-n-t-i-o-n-s_-u-s-e-r-n-a-m-e/index.html","searchKeys":["ENTITIES_MENTIONS_USERNAME","ENTITIES_MENTIONS_USERNAME(\"entities.mentions.username\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.ENTITIES_MENTIONS_USERNAME"]},{"name":"FOLLOWER_COUNT(\"follower_count\")","description":"com.mcdev.twitterapikit.field.ListField.FOLLOWER_COUNT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-f-o-l-l-o-w-e-r_-c-o-u-n-t/index.html","searchKeys":["FOLLOWER_COUNT","FOLLOWER_COUNT(\"follower_count\")","com.mcdev.twitterapikit.field.ListField.FOLLOWER_COUNT"]},{"name":"FULL_NAME(\"full_name\")","description":"com.mcdev.twitterapikit.field.PlaceField.FULL_NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-f-u-l-l_-n-a-m-e/index.html","searchKeys":["FULL_NAME","FULL_NAME(\"full_name\")","com.mcdev.twitterapikit.field.PlaceField.FULL_NAME"]},{"name":"GEO(\"geo\")","description":"com.mcdev.twitterapikit.field.PlaceField.GEO","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-g-e-o/index.html","searchKeys":["GEO","GEO(\"geo\")","com.mcdev.twitterapikit.field.PlaceField.GEO"]},{"name":"GEO(\"geo\")","description":"com.mcdev.twitterapikit.field.TweetField.GEO","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-g-e-o/index.html","searchKeys":["GEO","GEO(\"geo\")","com.mcdev.twitterapikit.field.TweetField.GEO"]},{"name":"GEO_PLACE_ID(\"geo.place_id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.GEO_PLACE_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-g-e-o_-p-l-a-c-e_-i-d/index.html","searchKeys":["GEO_PLACE_ID","GEO_PLACE_ID(\"geo.place_id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.GEO_PLACE_ID"]},{"name":"GEO_PLACE_ID(\"geo.place_id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.GEO_PLACE_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-g-e-o_-p-l-a-c-e_-i-d/index.html","searchKeys":["GEO_PLACE_ID","GEO_PLACE_ID(\"geo.place_id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.GEO_PLACE_ID"]},{"name":"HEIGHT(\"height\")","description":"com.mcdev.twitterapikit.field.MediaField.HEIGHT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-h-e-i-g-h-t/index.html","searchKeys":["HEIGHT","HEIGHT(\"height\")","com.mcdev.twitterapikit.field.MediaField.HEIGHT"]},{"name":"HOST_IDS(\"host_ids\")","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.HOST_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/-h-o-s-t_-i-d-s/index.html","searchKeys":["HOST_IDS","HOST_IDS(\"host_ids\")","com.mcdev.twitterapikit.expansion.SpacesExpansion.HOST_IDS"]},{"name":"HOST_IDS(\"host_ids\")","description":"com.mcdev.twitterapikit.field.SpaceField.HOST_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-h-o-s-t_-i-d-s/index.html","searchKeys":["HOST_IDS","HOST_IDS(\"host_ids\")","com.mcdev.twitterapikit.field.SpaceField.HOST_IDS"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.ListField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.ListField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.PlaceField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.PlaceField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.PollField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.PollField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.SpaceField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.SpaceField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.TopicField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.TopicField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.TweetField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.TweetField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.UserField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.UserField.ID"]},{"name":"INVITED_USER_IDS(\"invited_user_ids\")","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.INVITED_USER_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/-i-n-v-i-t-e-d_-u-s-e-r_-i-d-s/index.html","searchKeys":["INVITED_USER_IDS","INVITED_USER_IDS(\"invited_user_ids\")","com.mcdev.twitterapikit.expansion.SpacesExpansion.INVITED_USER_IDS"]},{"name":"INVITED_USER_IDS(\"invited_user_ids\")","description":"com.mcdev.twitterapikit.field.SpaceField.INVITED_USER_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-i-n-v-i-t-e-d_-u-s-e-r_-i-d-s/index.html","searchKeys":["INVITED_USER_IDS","INVITED_USER_IDS(\"invited_user_ids\")","com.mcdev.twitterapikit.field.SpaceField.INVITED_USER_IDS"]},{"name":"IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.IN_REPLY_TO_USER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-i-n_-r-e-p-l-y_-t-o_-u-s-e-r_-i-d/index.html","searchKeys":["IN_REPLY_TO_USER_ID","IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.IN_REPLY_TO_USER_ID"]},{"name":"IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.IN_REPLY_TO_USER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-i-n_-r-e-p-l-y_-t-o_-u-s-e-r_-i-d/index.html","searchKeys":["IN_REPLY_TO_USER_ID","IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.IN_REPLY_TO_USER_ID"]},{"name":"IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","description":"com.mcdev.twitterapikit.field.TweetField.IN_REPLY_TO_USER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-i-n_-r-e-p-l-y_-t-o_-u-s-e-r_-i-d/index.html","searchKeys":["IN_REPLY_TO_USER_ID","IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","com.mcdev.twitterapikit.field.TweetField.IN_REPLY_TO_USER_ID"]},{"name":"IS_TICKETED(\"is_ticketed\")","description":"com.mcdev.twitterapikit.field.SpaceField.IS_TICKETED","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-i-s_-t-i-c-k-e-t-e-d/index.html","searchKeys":["IS_TICKETED","IS_TICKETED(\"is_ticketed\")","com.mcdev.twitterapikit.field.SpaceField.IS_TICKETED"]},{"name":"LANG(\"lang\")","description":"com.mcdev.twitterapikit.field.SpaceField.LANG","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-l-a-n-g/index.html","searchKeys":["LANG","LANG(\"lang\")","com.mcdev.twitterapikit.field.SpaceField.LANG"]},{"name":"LANG(\"lang\")","description":"com.mcdev.twitterapikit.field.TweetField.LANG","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-l-a-n-g/index.html","searchKeys":["LANG","LANG(\"lang\")","com.mcdev.twitterapikit.field.TweetField.LANG"]},{"name":"LIVE(\"live\")","description":"com.mcdev.twitterapikit.model.SpaceState.LIVE","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/-l-i-v-e/index.html","searchKeys":["LIVE","LIVE(\"live\")","com.mcdev.twitterapikit.model.SpaceState.LIVE"]},{"name":"LOCATION(\"location\")","description":"com.mcdev.twitterapikit.field.UserField.LOCATION","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-l-o-c-a-t-i-o-n/index.html","searchKeys":["LOCATION","LOCATION(\"location\")","com.mcdev.twitterapikit.field.UserField.LOCATION"]},{"name":"MEDIA_KEY(\"media_key\")","description":"com.mcdev.twitterapikit.field.MediaField.MEDIA_KEY","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-m-e-d-i-a_-k-e-y/index.html","searchKeys":["MEDIA_KEY","MEDIA_KEY(\"media_key\")","com.mcdev.twitterapikit.field.MediaField.MEDIA_KEY"]},{"name":"MEMBER_COUNT(\"member_count\")","description":"com.mcdev.twitterapikit.field.ListField.MEMBER_COUNT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-m-e-m-b-e-r_-c-o-u-n-t/index.html","searchKeys":["MEMBER_COUNT","MEMBER_COUNT(\"member_count\")","com.mcdev.twitterapikit.field.ListField.MEMBER_COUNT"]},{"name":"NAME(\"name\")","description":"com.mcdev.twitterapikit.field.ListField.NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-n-a-m-e/index.html","searchKeys":["NAME","NAME(\"name\")","com.mcdev.twitterapikit.field.ListField.NAME"]},{"name":"NAME(\"name\")","description":"com.mcdev.twitterapikit.field.PlaceField.NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-n-a-m-e/index.html","searchKeys":["NAME","NAME(\"name\")","com.mcdev.twitterapikit.field.PlaceField.NAME"]},{"name":"NAME(\"name\")","description":"com.mcdev.twitterapikit.field.TopicField.NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/-n-a-m-e/index.html","searchKeys":["NAME","NAME(\"name\")","com.mcdev.twitterapikit.field.TopicField.NAME"]},{"name":"NAME(\"name\")","description":"com.mcdev.twitterapikit.field.UserField.NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-n-a-m-e/index.html","searchKeys":["NAME","NAME(\"name\")","com.mcdev.twitterapikit.field.UserField.NAME"]},{"name":"NON_PUBLIC_METRICS(\"non_public_metrics\")","description":"com.mcdev.twitterapikit.field.MediaField.NON_PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-n-o-n_-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["NON_PUBLIC_METRICS","NON_PUBLIC_METRICS(\"non_public_metrics\")","com.mcdev.twitterapikit.field.MediaField.NON_PUBLIC_METRICS"]},{"name":"NON_PUBLIC_METRICS(\"non_public_metrics\")","description":"com.mcdev.twitterapikit.field.TweetField.NON_PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-n-o-n_-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["NON_PUBLIC_METRICS","NON_PUBLIC_METRICS(\"non_public_metrics\")","com.mcdev.twitterapikit.field.TweetField.NON_PUBLIC_METRICS"]},{"name":"OPTIONS(\"options\")","description":"com.mcdev.twitterapikit.field.PollField.OPTIONS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-o-p-t-i-o-n-s/index.html","searchKeys":["OPTIONS","OPTIONS(\"options\")","com.mcdev.twitterapikit.field.PollField.OPTIONS"]},{"name":"ORGANIC_METRICS(\"organic_metrics\")","description":"com.mcdev.twitterapikit.field.MediaField.ORGANIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-o-r-g-a-n-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["ORGANIC_METRICS","ORGANIC_METRICS(\"organic_metrics\")","com.mcdev.twitterapikit.field.MediaField.ORGANIC_METRICS"]},{"name":"ORGANIC_METRICS(\"organic_metrics\")","description":"com.mcdev.twitterapikit.field.TweetField.ORGANIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-o-r-g-a-n-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["ORGANIC_METRICS","ORGANIC_METRICS(\"organic_metrics\")","com.mcdev.twitterapikit.field.TweetField.ORGANIC_METRICS"]},{"name":"ORGANIZATION(\"Organization \")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.ORGANIZATION","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-o-r-g-a-n-i-z-a-t-i-o-n/index.html","searchKeys":["ORGANIZATION","ORGANIZATION(\"Organization \")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.ORGANIZATION"]},{"name":"OTHER(\"Other \")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.OTHER","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-o-t-h-e-r/index.html","searchKeys":["OTHER","OTHER(\"Other \")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.OTHER"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.expansion.ListFollowExpansion.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-follow-expansion/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.expansion.ListFollowExpansion.OWNER_ID"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.expansion.ListMembershipExpansion.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-membership-expansion/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.expansion.ListMembershipExpansion.OWNER_ID"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.expansion.ListPinnedExpansion.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-pinned-expansion/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.expansion.ListPinnedExpansion.OWNER_ID"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.expansion.ListsExpansion.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-lists-expansion/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.expansion.ListsExpansion.OWNER_ID"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.field.ListField.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.field.ListField.OWNER_ID"]},{"name":"PARTICIPANT_COUNT(\"participant_count\")","description":"com.mcdev.twitterapikit.field.SpaceField.PARTICIPANT_COUNT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-p-a-r-t-i-c-i-p-a-n-t_-c-o-u-n-t/index.html","searchKeys":["PARTICIPANT_COUNT","PARTICIPANT_COUNT(\"participant_count\")","com.mcdev.twitterapikit.field.SpaceField.PARTICIPANT_COUNT"]},{"name":"PERSON(\"Person\")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.PERSON","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-p-e-r-s-o-n/index.html","searchKeys":["PERSON","PERSON(\"Person\")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.PERSON"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.BlocksExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-blocks-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.BlocksExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.FollowsExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-follows-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.FollowsExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.LikesExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-likes-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.LikesExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.ListFollowersExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-followers-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.ListFollowersExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.ListMembersExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-members-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.ListMembersExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.MutesExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-mutes-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.MutesExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.RetweetExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-retweet-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.RetweetExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-buyers-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.UsersExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-users-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.UsersExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.field.UserField.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.field.UserField.PINNED_TWEET_ID"]},{"name":"PLACE(\"Place\")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.PLACE","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-p-l-a-c-e/index.html","searchKeys":["PLACE","PLACE(\"Place\")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.PLACE"]},{"name":"PLACE_TYPE(\"place_type\")","description":"com.mcdev.twitterapikit.field.PlaceField.PLACE_TYPE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-p-l-a-c-e_-t-y-p-e/index.html","searchKeys":["PLACE_TYPE","PLACE_TYPE(\"place_type\")","com.mcdev.twitterapikit.field.PlaceField.PLACE_TYPE"]},{"name":"POSSIBLY_SENSITIVE(\"possibly_sensitive\")","description":"com.mcdev.twitterapikit.field.TweetField.POSSIBLY_SENSITIVE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-p-o-s-s-i-b-l-y_-s-e-n-s-i-t-i-v-e/index.html","searchKeys":["POSSIBLY_SENSITIVE","POSSIBLY_SENSITIVE(\"possibly_sensitive\")","com.mcdev.twitterapikit.field.TweetField.POSSIBLY_SENSITIVE"]},{"name":"PREVIEW_IMAGE_URL(\"preview_image_url\")","description":"com.mcdev.twitterapikit.field.MediaField.PREVIEW_IMAGE_URL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-p-r-e-v-i-e-w_-i-m-a-g-e_-u-r-l/index.html","searchKeys":["PREVIEW_IMAGE_URL","PREVIEW_IMAGE_URL(\"preview_image_url\")","com.mcdev.twitterapikit.field.MediaField.PREVIEW_IMAGE_URL"]},{"name":"PRIVATE(\"private\")","description":"com.mcdev.twitterapikit.field.ListField.PRIVATE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-p-r-i-v-a-t-e/index.html","searchKeys":["PRIVATE","PRIVATE(\"private\")","com.mcdev.twitterapikit.field.ListField.PRIVATE"]},{"name":"PRODUCT(\"Product\")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.PRODUCT","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-p-r-o-d-u-c-t/index.html","searchKeys":["PRODUCT","PRODUCT(\"Product\")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.PRODUCT"]},{"name":"PROFILE_IMAGE_URL(\"profile_image_url\")","description":"com.mcdev.twitterapikit.field.UserField.PROFILE_IMAGE_URL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-p-r-o-f-i-l-e_-i-m-a-g-e_-u-r-l/index.html","searchKeys":["PROFILE_IMAGE_URL","PROFILE_IMAGE_URL(\"profile_image_url\")","com.mcdev.twitterapikit.field.UserField.PROFILE_IMAGE_URL"]},{"name":"PROMOTED_METRICS(\"promoted_metrics\")","description":"com.mcdev.twitterapikit.field.MediaField.PROMOTED_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-p-r-o-m-o-t-e-d_-m-e-t-r-i-c-s/index.html","searchKeys":["PROMOTED_METRICS","PROMOTED_METRICS(\"promoted_metrics\")","com.mcdev.twitterapikit.field.MediaField.PROMOTED_METRICS"]},{"name":"PROMOTED_METRICS(\"promoted_metrics\")","description":"com.mcdev.twitterapikit.field.TweetField.PROMOTED_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-p-r-o-m-o-t-e-d_-m-e-t-r-i-c-s/index.html","searchKeys":["PROMOTED_METRICS","PROMOTED_METRICS(\"promoted_metrics\")","com.mcdev.twitterapikit.field.TweetField.PROMOTED_METRICS"]},{"name":"PROTECTED(\"protected\")","description":"com.mcdev.twitterapikit.field.UserField.PROTECTED","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-p-r-o-t-e-c-t-e-d/index.html","searchKeys":["PROTECTED","PROTECTED(\"protected\")","com.mcdev.twitterapikit.field.UserField.PROTECTED"]},{"name":"PUBLIC_METRICS(\"public_metrics\")","description":"com.mcdev.twitterapikit.field.MediaField.PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["PUBLIC_METRICS","PUBLIC_METRICS(\"public_metrics\")","com.mcdev.twitterapikit.field.MediaField.PUBLIC_METRICS"]},{"name":"PUBLIC_METRICS(\"public_metrics\")","description":"com.mcdev.twitterapikit.field.TweetField.PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["PUBLIC_METRICS","PUBLIC_METRICS(\"public_metrics\")","com.mcdev.twitterapikit.field.TweetField.PUBLIC_METRICS"]},{"name":"PUBLIC_METRICS(\"public_metrics\")","description":"com.mcdev.twitterapikit.field.UserField.PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["PUBLIC_METRICS","PUBLIC_METRICS(\"public_metrics\")","com.mcdev.twitterapikit.field.UserField.PUBLIC_METRICS"]},{"name":"REFERENCED_TWEETS(\"referenced_tweets\")","description":"com.mcdev.twitterapikit.field.TweetField.REFERENCED_TWEETS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s/index.html","searchKeys":["REFERENCED_TWEETS","REFERENCED_TWEETS(\"referenced_tweets\")","com.mcdev.twitterapikit.field.TweetField.REFERENCED_TWEETS"]},{"name":"REFERENCED_TWEETS_ID(\"referenced_tweets.id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.REFERENCED_TWEETS_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s_-i-d/index.html","searchKeys":["REFERENCED_TWEETS_ID","REFERENCED_TWEETS_ID(\"referenced_tweets.id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.REFERENCED_TWEETS_ID"]},{"name":"REFERENCED_TWEETS_ID(\"referenced_tweets.id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.REFERENCED_TWEETS_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s_-i-d/index.html","searchKeys":["REFERENCED_TWEETS_ID","REFERENCED_TWEETS_ID(\"referenced_tweets.id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.REFERENCED_TWEETS_ID"]},{"name":"REFERENCED_TWEETS_ID_AUTHOR_ID(\"referenced_tweets.id.author_id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.REFERENCED_TWEETS_ID_AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s_-i-d_-a-u-t-h-o-r_-i-d/index.html","searchKeys":["REFERENCED_TWEETS_ID_AUTHOR_ID","REFERENCED_TWEETS_ID_AUTHOR_ID(\"referenced_tweets.id.author_id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.REFERENCED_TWEETS_ID_AUTHOR_ID"]},{"name":"REFERENCED_TWEETS_ID_AUTHOR_ID(\"referenced_tweets.id.author_id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.REFERENCED_TWEETS_ID_AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s_-i-d_-a-u-t-h-o-r_-i-d/index.html","searchKeys":["REFERENCED_TWEETS_ID_AUTHOR_ID","REFERENCED_TWEETS_ID_AUTHOR_ID(\"referenced_tweets.id.author_id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.REFERENCED_TWEETS_ID_AUTHOR_ID"]},{"name":"REPLY_SETTINGS(\"reply_settings\")","description":"com.mcdev.twitterapikit.field.TweetField.REPLY_SETTINGS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-r-e-p-l-y_-s-e-t-t-i-n-g-s/index.html","searchKeys":["REPLY_SETTINGS","REPLY_SETTINGS(\"reply_settings\")","com.mcdev.twitterapikit.field.TweetField.REPLY_SETTINGS"]},{"name":"SCHEDULED(\"scheduled\")","description":"com.mcdev.twitterapikit.model.SpaceState.SCHEDULED","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/-s-c-h-e-d-u-l-e-d/index.html","searchKeys":["SCHEDULED","SCHEDULED(\"scheduled\")","com.mcdev.twitterapikit.model.SpaceState.SCHEDULED"]},{"name":"SCHEDULED_START(\"scheduled_start\")","description":"com.mcdev.twitterapikit.field.SpaceField.SCHEDULED_START","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-s-c-h-e-d-u-l-e-d_-s-t-a-r-t/index.html","searchKeys":["SCHEDULED_START","SCHEDULED_START(\"scheduled_start\")","com.mcdev.twitterapikit.field.SpaceField.SCHEDULED_START"]},{"name":"SOURCE(\"source\")","description":"com.mcdev.twitterapikit.field.TweetField.SOURCE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-s-o-u-r-c-e/index.html","searchKeys":["SOURCE","SOURCE(\"source\")","com.mcdev.twitterapikit.field.TweetField.SOURCE"]},{"name":"SPEAKER_IDS(\"speaker_ids\")","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.SPEAKER_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/-s-p-e-a-k-e-r_-i-d-s/index.html","searchKeys":["SPEAKER_IDS","SPEAKER_IDS(\"speaker_ids\")","com.mcdev.twitterapikit.expansion.SpacesExpansion.SPEAKER_IDS"]},{"name":"SPEAKER_IDS(\"speaker_ids\")","description":"com.mcdev.twitterapikit.field.SpaceField.SPEAKER_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-s-p-e-a-k-e-r_-i-d-s/index.html","searchKeys":["SPEAKER_IDS","SPEAKER_IDS(\"speaker_ids\")","com.mcdev.twitterapikit.field.SpaceField.SPEAKER_IDS"]},{"name":"STARTED_AT(\"started_at\")","description":"com.mcdev.twitterapikit.field.SpaceField.STARTED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-s-t-a-r-t-e-d_-a-t/index.html","searchKeys":["STARTED_AT","STARTED_AT(\"started_at\")","com.mcdev.twitterapikit.field.SpaceField.STARTED_AT"]},{"name":"STATE(\"state\")","description":"com.mcdev.twitterapikit.field.SpaceField.STATE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-s-t-a-t-e/index.html","searchKeys":["STATE","STATE(\"state\")","com.mcdev.twitterapikit.field.SpaceField.STATE"]},{"name":"TEXT(\"text\")","description":"com.mcdev.twitterapikit.field.TweetField.TEXT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-t-e-x-t/index.html","searchKeys":["TEXT","TEXT(\"text\")","com.mcdev.twitterapikit.field.TweetField.TEXT"]},{"name":"TITLE(\"title\")","description":"com.mcdev.twitterapikit.field.SpaceField.TITLE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-t-i-t-l-e/index.html","searchKeys":["TITLE","TITLE(\"title\")","com.mcdev.twitterapikit.field.SpaceField.TITLE"]},{"name":"TOPIC_IDS(\"topic_ids\")","description":"com.mcdev.twitterapikit.field.SpaceField.TOPIC_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-t-o-p-i-c_-i-d-s/index.html","searchKeys":["TOPIC_IDS","TOPIC_IDS(\"topic_ids\")","com.mcdev.twitterapikit.field.SpaceField.TOPIC_IDS"]},{"name":"TYPE(\"type\")","description":"com.mcdev.twitterapikit.field.MediaField.TYPE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-t-y-p-e/index.html","searchKeys":["TYPE","TYPE(\"type\")","com.mcdev.twitterapikit.field.MediaField.TYPE"]},{"name":"UPDATED_AT(\"updated_at\")","description":"com.mcdev.twitterapikit.field.SpaceField.UPDATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-u-p-d-a-t-e-d_-a-t/index.html","searchKeys":["UPDATED_AT","UPDATED_AT(\"updated_at\")","com.mcdev.twitterapikit.field.SpaceField.UPDATED_AT"]},{"name":"URL(\"url\")","description":"com.mcdev.twitterapikit.field.MediaField.URL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-u-r-l/index.html","searchKeys":["URL","URL(\"url\")","com.mcdev.twitterapikit.field.MediaField.URL"]},{"name":"URL(\"url\")","description":"com.mcdev.twitterapikit.field.UserField.URL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-u-r-l/index.html","searchKeys":["URL","URL(\"url\")","com.mcdev.twitterapikit.field.UserField.URL"]},{"name":"USERNAME(\"username\")","description":"com.mcdev.twitterapikit.field.UserField.USERNAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-u-s-e-r-n-a-m-e/index.html","searchKeys":["USERNAME","USERNAME(\"username\")","com.mcdev.twitterapikit.field.UserField.USERNAME"]},{"name":"VERIFIED(\"verified\")","description":"com.mcdev.twitterapikit.field.UserField.VERIFIED","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-v-e-r-i-f-i-e-d/index.html","searchKeys":["VERIFIED","VERIFIED(\"verified\")","com.mcdev.twitterapikit.field.UserField.VERIFIED"]},{"name":"VOTING_STATUS(\"voting_status\")","description":"com.mcdev.twitterapikit.field.PollField.VOTING_STATUS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-v-o-t-i-n-g_-s-t-a-t-u-s/index.html","searchKeys":["VOTING_STATUS","VOTING_STATUS(\"voting_status\")","com.mcdev.twitterapikit.field.PollField.VOTING_STATUS"]},{"name":"WIDTH(\"width\")","description":"com.mcdev.twitterapikit.field.MediaField.WIDTH","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-w-i-d-t-h/index.html","searchKeys":["WIDTH","WIDTH(\"width\")","com.mcdev.twitterapikit.field.MediaField.WIDTH"]},{"name":"WITHHELD(\"withheld\")","description":"com.mcdev.twitterapikit.field.TweetField.WITHHELD","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-w-i-t-h-h-e-l-d/index.html","searchKeys":["WITHHELD","WITHHELD(\"withheld\")","com.mcdev.twitterapikit.field.TweetField.WITHHELD"]},{"name":"WITHHELD(\"withheld\")","description":"com.mcdev.twitterapikit.field.UserField.WITHHELD","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-w-i-t-h-h-e-l-d/index.html","searchKeys":["WITHHELD","WITHHELD(\"withheld\")","com.mcdev.twitterapikit.field.UserField.WITHHELD"]},{"name":"class ContextAnnotations","description":"com.mcdev.twitterapikit.object.Tweet.ContextAnnotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-context-annotations/index.html","searchKeys":["ContextAnnotations","class ContextAnnotations","com.mcdev.twitterapikit.object.Tweet.ContextAnnotations"]},{"name":"class Description","description":"com.mcdev.twitterapikit.object.User.Entities.Description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/index.html","searchKeys":["Description","class Description","com.mcdev.twitterapikit.object.User.Entities.Description"]},{"name":"class Entities","description":"com.mcdev.twitterapikit.object.Tweet.Entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/index.html","searchKeys":["Entities","class Entities","com.mcdev.twitterapikit.object.Tweet.Entities"]},{"name":"class Entities","description":"com.mcdev.twitterapikit.object.User.Entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/index.html","searchKeys":["Entities","class Entities","com.mcdev.twitterapikit.object.User.Entities"]},{"name":"class EntityAnnotation","description":"com.mcdev.twitterapikit.model.EntityAnnotation","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/index.html","searchKeys":["EntityAnnotation","class EntityAnnotation","com.mcdev.twitterapikit.model.EntityAnnotation"]},{"name":"class Geo","description":"com.mcdev.twitterapikit.object.Place.Geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/index.html","searchKeys":["Geo","class Geo","com.mcdev.twitterapikit.object.Place.Geo"]},{"name":"class MultipleTweets","description":"com.mcdev.twitterapikit.tweetlookup.MultipleTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/index.html","searchKeys":["MultipleTweets","class MultipleTweets","com.mcdev.twitterapikit.tweetlookup.MultipleTweets"]},{"name":"class NonPublicMetrics","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/index.html","searchKeys":["NonPublicMetrics","class NonPublicMetrics","com.mcdev.twitterapikit.object.Media.NonPublicMetrics"]},{"name":"class Options","description":"com.mcdev.twitterapikit.object.Poll.Options","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/index.html","searchKeys":["Options","class Options","com.mcdev.twitterapikit.object.Poll.Options"]},{"name":"class OrganicMetrics","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/index.html","searchKeys":["OrganicMetrics","class OrganicMetrics","com.mcdev.twitterapikit.object.Media.OrganicMetrics"]},{"name":"class PromotedMetrics","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/index.html","searchKeys":["PromotedMetrics","class PromotedMetrics","com.mcdev.twitterapikit.object.Media.PromotedMetrics"]},{"name":"class PublicMetrics","description":"com.mcdev.twitterapikit.object.Media.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/index.html","searchKeys":["PublicMetrics","class PublicMetrics","com.mcdev.twitterapikit.object.Media.PublicMetrics"]},{"name":"class PublicMetrics","description":"com.mcdev.twitterapikit.object.User.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/index.html","searchKeys":["PublicMetrics","class PublicMetrics","com.mcdev.twitterapikit.object.User.PublicMetrics"]},{"name":"class SingleTweet","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweet","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet/index.html","searchKeys":["SingleTweet","class SingleTweet","com.mcdev.twitterapikit.tweetlookup.SingleTweet"]},{"name":"class SingleTweetUserContext","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet-user-context/index.html","searchKeys":["SingleTweetUserContext","class SingleTweetUserContext","com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext"]},{"name":"data class Annotations(start: Int, end: Int, probability: Double, type: String?, normalizedText: String?)","description":"com.mcdev.twitterapikit.model.Annotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/index.html","searchKeys":["Annotations","data class Annotations(start: Int, end: Int, probability: Double, type: String?, normalizedText: String?)","com.mcdev.twitterapikit.model.Annotations"]},{"name":"data class Attachments(pollIds: ArrayList?, mediaKeys: ArrayList?)","description":"com.mcdev.twitterapikit.object.Tweet.Attachments","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-attachments/index.html","searchKeys":["Attachments","data class Attachments(pollIds: ArrayList?, mediaKeys: ArrayList?)","com.mcdev.twitterapikit.object.Tweet.Attachments"]},{"name":"data class Cashtags(start: Int, end: Int, tag: String?)","description":"com.mcdev.twitterapikit.model.Cashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/index.html","searchKeys":["Cashtags","data class Cashtags(start: Int, end: Int, tag: String?)","com.mcdev.twitterapikit.model.Cashtags"]},{"name":"data class Coordinates(type: String?)","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-coordinates/index.html","searchKeys":["Coordinates","data class Coordinates(type: String?)","com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates"]},{"name":"data class Domain(id: String?, name: String?, description: String?)","description":"com.mcdev.twitterapikit.model.Domain","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/index.html","searchKeys":["Domain","data class Domain(id: String?, name: String?, description: String?)","com.mcdev.twitterapikit.model.Domain"]},{"name":"data class Entity(id: String?, name: String?, description: String?)","description":"com.mcdev.twitterapikit.model.Entity","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/index.html","searchKeys":["Entity","data class Entity(id: String?, name: String?, description: String?)","com.mcdev.twitterapikit.model.Entity"]},{"name":"data class Errors(message: String?, parameters: Parameters?, detail: String?, resourceType: String?, parameter: String?, value: String?, type: String?, field: String?, resourceId: String?, section: String?)","description":"com.mcdev.twitterapikit.model.Errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/index.html","searchKeys":["Errors","data class Errors(message: String?, parameters: Parameters?, detail: String?, resourceType: String?, parameter: String?, value: String?, type: String?, field: String?, resourceId: String?, section: String?)","com.mcdev.twitterapikit.model.Errors"]},{"name":"data class ErrorsXXX(title: String?)","description":"com.mcdev.twitterapikit.model.ErrorsXXX","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/index.html","searchKeys":["ErrorsXXX","data class ErrorsXXX(title: String?)","com.mcdev.twitterapikit.model.ErrorsXXX"]},{"name":"data class Geo(coordinates: Tweet.Geo.Coordinates?, placeId: String?)","description":"com.mcdev.twitterapikit.object.Tweet.Geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/index.html","searchKeys":["Geo","data class Geo(coordinates: Tweet.Geo.Coordinates?, placeId: String?)","com.mcdev.twitterapikit.object.Tweet.Geo"]},{"name":"data class Hashtags(start: Int, end: Int?, tag: String?)","description":"com.mcdev.twitterapikit.model.Hashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/index.html","searchKeys":["Hashtags","data class Hashtags(start: Int, end: Int?, tag: String?)","com.mcdev.twitterapikit.model.Hashtags"]},{"name":"data class Image(url: String?, width: Int?, height: Int?)","description":"com.mcdev.twitterapikit.model.Image","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/index.html","searchKeys":["Image","data class Image(url: String?, width: Int?, height: Int?)","com.mcdev.twitterapikit.model.Image"]},{"name":"data class Includes(users: ArrayList?, topics: ArrayList?, tweets: ArrayList?, polls: ArrayList?, media: ArrayList?)","description":"com.mcdev.twitterapikit.model.Includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/index.html","searchKeys":["Includes","data class Includes(users: ArrayList?, topics: ArrayList?, tweets: ArrayList?, polls: ArrayList?, media: ArrayList?)","com.mcdev.twitterapikit.model.Includes"]},{"name":"data class List(id: String?, name: String?)","description":"com.mcdev.twitterapikit.object.List","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/index.html","searchKeys":["List","data class List(id: String?, name: String?)","com.mcdev.twitterapikit.object.List"]},{"name":"data class Media(mediaKey: String?, type: String?)","description":"com.mcdev.twitterapikit.object.Media","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/index.html","searchKeys":["Media","data class Media(mediaKey: String?, type: String?)","com.mcdev.twitterapikit.object.Media"]},{"name":"data class Mentions(id: String, start: Int?, end: Int?, tag: String?, userName: String?)","description":"com.mcdev.twitterapikit.model.Mentions","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/index.html","searchKeys":["Mentions","data class Mentions(id: String, start: Int?, end: Int?, tag: String?, userName: String?)","com.mcdev.twitterapikit.model.Mentions"]},{"name":"data class Meta(resultCount: Int, newestId: String?, oldestId: String?, nextToken: String?)","description":"com.mcdev.twitterapikit.model.Meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/index.html","searchKeys":["Meta","data class Meta(resultCount: Int, newestId: String?, oldestId: String?, nextToken: String?)","com.mcdev.twitterapikit.model.Meta"]},{"name":"data class NonPublicMetrics(impressionCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/index.html","searchKeys":["NonPublicMetrics","data class NonPublicMetrics(impressionCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics"]},{"name":"data class OrganicMetrics(impressionCount: Long, likeCount: Long, replyCount: Long, retweetCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/index.html","searchKeys":["OrganicMetrics","data class OrganicMetrics(impressionCount: Long, likeCount: Long, replyCount: Long, retweetCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics"]},{"name":"data class Parameters(userFields: List?, topicFields: List?, spaceFields: List?, expansions: List?, query: List?, state: List?, maxResults: List?, ids: List?, userIds: List?, paginationToken: List?)","description":"com.mcdev.twitterapikit.model.Parameters","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/index.html","searchKeys":["Parameters","data class Parameters(userFields: List?, topicFields: List?, spaceFields: List?, expansions: List?, query: List?, state: List?, maxResults: List?, ids: List?, userIds: List?, paginationToken: List?)","com.mcdev.twitterapikit.model.Parameters"]},{"name":"data class Place(fullName: String?, id: String?)","description":"com.mcdev.twitterapikit.object.Place","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/index.html","searchKeys":["Place","data class Place(fullName: String?, id: String?)","com.mcdev.twitterapikit.object.Place"]},{"name":"data class Poll(id: String?)","description":"com.mcdev.twitterapikit.object.Poll","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/index.html","searchKeys":["Poll","data class Poll(id: String?)","com.mcdev.twitterapikit.object.Poll"]},{"name":"data class PromotedMetrics(likeCount: Long, replyCount: Long, retweetCount: Long, impressionCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/index.html","searchKeys":["PromotedMetrics","data class PromotedMetrics(likeCount: Long, replyCount: Long, retweetCount: Long, impressionCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics"]},{"name":"data class PublicMetrics(likeCount: Long, replyCount: Long, retweetCount: Long, quoteCount: Long)","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/index.html","searchKeys":["PublicMetrics","data class PublicMetrics(likeCount: Long, replyCount: Long, retweetCount: Long, quoteCount: Long)","com.mcdev.twitterapikit.object.Tweet.PublicMetrics"]},{"name":"data class ReferencedTweets(type: String?, id: String?)","description":"com.mcdev.twitterapikit.object.Tweet.ReferencedTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-referenced-tweets/index.html","searchKeys":["ReferencedTweets","data class ReferencedTweets(type: String?, id: String?)","com.mcdev.twitterapikit.object.Tweet.ReferencedTweets"]},{"name":"data class Space(id: String?, state: String?)","description":"com.mcdev.twitterapikit.object.Space","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/index.html","searchKeys":["Space","data class Space(id: String?, state: String?)","com.mcdev.twitterapikit.object.Space"]},{"name":"data class SpaceListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.SpaceListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/index.html","searchKeys":["SpaceListResponse","data class SpaceListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.SpaceListResponse"]},{"name":"data class SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/index.html","searchKeys":["SpaceSingleResponse","data class SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.SpaceSingleResponse"]},{"name":"data class Topic(description: String?, id: String?, name: String?)","description":"com.mcdev.twitterapikit.model.Topic","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/index.html","searchKeys":["Topic","data class Topic(description: String?, id: String?, name: String?)","com.mcdev.twitterapikit.model.Topic"]},{"name":"data class Tweet(id: String?, text: String?)","description":"com.mcdev.twitterapikit.object.Tweet","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/index.html","searchKeys":["Tweet","data class Tweet(id: String?, text: String?)","com.mcdev.twitterapikit.object.Tweet"]},{"name":"data class TweetListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.TweetListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/index.html","searchKeys":["TweetListResponse","data class TweetListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.TweetListResponse"]},{"name":"data class TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.TweetSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/index.html","searchKeys":["TweetSingleResponse","data class TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.TweetSingleResponse"]},{"name":"data class Urls(url: String?, start: Int?, end: Int?, expandedUrl: String?, displayUrl: String?, status: String?, title: String?, description: String?, unwoundUrl: String?, images: ArrayList)","description":"com.mcdev.twitterapikit.model.Urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/index.html","searchKeys":["Urls","data class Urls(url: String?, start: Int?, end: Int?, expandedUrl: String?, displayUrl: String?, status: String?, title: String?, description: String?, unwoundUrl: String?, images: ArrayList)","com.mcdev.twitterapikit.model.Urls"]},{"name":"data class User(id: String?, name: String?, username: String?)","description":"com.mcdev.twitterapikit.object.User","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/index.html","searchKeys":["User","data class User(id: String?, name: String?, username: String?)","com.mcdev.twitterapikit.object.User"]},{"name":"data class Withheld(copyright: Boolean)","description":"com.mcdev.twitterapikit.object.Tweet.Withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-withheld/index.html","searchKeys":["Withheld","data class Withheld(copyright: Boolean)","com.mcdev.twitterapikit.object.Tweet.Withheld"]},{"name":"data class Withheld(copyright: Boolean)","description":"com.mcdev.twitterapikit.object.User.Withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-withheld/index.html","searchKeys":["Withheld","data class Withheld(copyright: Boolean)","com.mcdev.twitterapikit.object.User.Withheld"]},{"name":"enum BlocksExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.BlocksExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-blocks-expansion/index.html","searchKeys":["BlocksExpansion","enum BlocksExpansion : Enum ","com.mcdev.twitterapikit.expansion.BlocksExpansion"]},{"name":"enum FollowsExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.FollowsExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-follows-expansion/index.html","searchKeys":["FollowsExpansion","enum FollowsExpansion : Enum ","com.mcdev.twitterapikit.expansion.FollowsExpansion"]},{"name":"enum LikesExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.LikesExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-likes-expansion/index.html","searchKeys":["LikesExpansion","enum LikesExpansion : Enum ","com.mcdev.twitterapikit.expansion.LikesExpansion"]},{"name":"enum ListField : Enum ","description":"com.mcdev.twitterapikit.field.ListField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/index.html","searchKeys":["ListField","enum ListField : Enum ","com.mcdev.twitterapikit.field.ListField"]},{"name":"enum ListFollowExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListFollowExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-follow-expansion/index.html","searchKeys":["ListFollowExpansion","enum ListFollowExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListFollowExpansion"]},{"name":"enum ListFollowersExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListFollowersExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-followers-expansion/index.html","searchKeys":["ListFollowersExpansion","enum ListFollowersExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListFollowersExpansion"]},{"name":"enum ListMembersExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListMembersExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-members-expansion/index.html","searchKeys":["ListMembersExpansion","enum ListMembersExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListMembersExpansion"]},{"name":"enum ListMembershipExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListMembershipExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-membership-expansion/index.html","searchKeys":["ListMembershipExpansion","enum ListMembershipExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListMembershipExpansion"]},{"name":"enum ListPinnedExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListPinnedExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-pinned-expansion/index.html","searchKeys":["ListPinnedExpansion","enum ListPinnedExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListPinnedExpansion"]},{"name":"enum ListTweetsExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListTweetsExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-tweets-expansion/index.html","searchKeys":["ListTweetsExpansion","enum ListTweetsExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListTweetsExpansion"]},{"name":"enum ListsExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListsExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-lists-expansion/index.html","searchKeys":["ListsExpansion","enum ListsExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListsExpansion"]},{"name":"enum MediaField : Enum ","description":"com.mcdev.twitterapikit.field.MediaField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/index.html","searchKeys":["MediaField","enum MediaField : Enum ","com.mcdev.twitterapikit.field.MediaField"]},{"name":"enum MutesExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.MutesExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-mutes-expansion/index.html","searchKeys":["MutesExpansion","enum MutesExpansion : Enum ","com.mcdev.twitterapikit.expansion.MutesExpansion"]},{"name":"enum PlaceField : Enum ","description":"com.mcdev.twitterapikit.field.PlaceField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/index.html","searchKeys":["PlaceField","enum PlaceField : Enum ","com.mcdev.twitterapikit.field.PlaceField"]},{"name":"enum PollField : Enum ","description":"com.mcdev.twitterapikit.field.PollField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/index.html","searchKeys":["PollField","enum PollField : Enum ","com.mcdev.twitterapikit.field.PollField"]},{"name":"enum RetweetExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.RetweetExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-retweet-expansion/index.html","searchKeys":["RetweetExpansion","enum RetweetExpansion : Enum ","com.mcdev.twitterapikit.expansion.RetweetExpansion"]},{"name":"enum SpaceField : Enum ","description":"com.mcdev.twitterapikit.field.SpaceField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/index.html","searchKeys":["SpaceField","enum SpaceField : Enum ","com.mcdev.twitterapikit.field.SpaceField"]},{"name":"enum SpaceState : Enum ","description":"com.mcdev.twitterapikit.model.SpaceState","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/index.html","searchKeys":["SpaceState","enum SpaceState : Enum ","com.mcdev.twitterapikit.model.SpaceState"]},{"name":"enum SpacesBuyersExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-buyers-expansion/index.html","searchKeys":["SpacesBuyersExpansion","enum SpacesBuyersExpansion : Enum ","com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion"]},{"name":"enum SpacesExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/index.html","searchKeys":["SpacesExpansion","enum SpacesExpansion : Enum ","com.mcdev.twitterapikit.expansion.SpacesExpansion"]},{"name":"enum TimelinesExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/index.html","searchKeys":["TimelinesExpansion","enum TimelinesExpansion : Enum ","com.mcdev.twitterapikit.expansion.TimelinesExpansion"]},{"name":"enum TopicField : Enum ","description":"com.mcdev.twitterapikit.field.TopicField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/index.html","searchKeys":["TopicField","enum TopicField : Enum ","com.mcdev.twitterapikit.field.TopicField"]},{"name":"enum TweetField : Enum ","description":"com.mcdev.twitterapikit.field.TweetField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/index.html","searchKeys":["TweetField","enum TweetField : Enum ","com.mcdev.twitterapikit.field.TweetField"]},{"name":"enum TweetsExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/index.html","searchKeys":["TweetsExpansion","enum TweetsExpansion : Enum ","com.mcdev.twitterapikit.expansion.TweetsExpansion"]},{"name":"enum Type : Enum ","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/index.html","searchKeys":["Type","enum Type : Enum ","com.mcdev.twitterapikit.model.EntityAnnotation.Type"]},{"name":"enum UserField : Enum ","description":"com.mcdev.twitterapikit.field.UserField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/index.html","searchKeys":["UserField","enum UserField : Enum ","com.mcdev.twitterapikit.field.UserField"]},{"name":"enum UsersExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.UsersExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-users-expansion/index.html","searchKeys":["UsersExpansion","enum UsersExpansion : Enum ","com.mcdev.twitterapikit.expansion.UsersExpansion"]},{"name":"fun Annotations(start: Int = 0, end: Int = 0, probability: Double = 0.0, type: String? = null, normalizedText: String? = null)","description":"com.mcdev.twitterapikit.model.Annotations.Annotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/-annotations.html","searchKeys":["Annotations","fun Annotations(start: Int = 0, end: Int = 0, probability: Double = 0.0, type: String? = null, normalizedText: String? = null)","com.mcdev.twitterapikit.model.Annotations.Annotations"]},{"name":"fun Attachments(pollIds: ArrayList? = null, mediaKeys: ArrayList? = null)","description":"com.mcdev.twitterapikit.object.Tweet.Attachments.Attachments","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-attachments/-attachments.html","searchKeys":["Attachments","fun Attachments(pollIds: ArrayList? = null, mediaKeys: ArrayList? = null)","com.mcdev.twitterapikit.object.Tweet.Attachments.Attachments"]},{"name":"fun Cashtags(start: Int = 0, end: Int = 0, tag: String? = null)","description":"com.mcdev.twitterapikit.model.Cashtags.Cashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/-cashtags.html","searchKeys":["Cashtags","fun Cashtags(start: Int = 0, end: Int = 0, tag: String? = null)","com.mcdev.twitterapikit.model.Cashtags.Cashtags"]},{"name":"fun ContextAnnotations()","description":"com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.ContextAnnotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-context-annotations/-context-annotations.html","searchKeys":["ContextAnnotations","fun ContextAnnotations()","com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.ContextAnnotations"]},{"name":"fun Coordinates(type: String? = null)","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.Coordinates","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-coordinates/-coordinates.html","searchKeys":["Coordinates","fun Coordinates(type: String? = null)","com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.Coordinates"]},{"name":"fun Description()","description":"com.mcdev.twitterapikit.object.User.Entities.Description.Description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/-description.html","searchKeys":["Description","fun Description()","com.mcdev.twitterapikit.object.User.Entities.Description.Description"]},{"name":"fun Domain(id: String? = null, name: String? = null, description: String? = null)","description":"com.mcdev.twitterapikit.model.Domain.Domain","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/-domain.html","searchKeys":["Domain","fun Domain(id: String? = null, name: String? = null, description: String? = null)","com.mcdev.twitterapikit.model.Domain.Domain"]},{"name":"fun Entities()","description":"com.mcdev.twitterapikit.object.Tweet.Entities.Entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/-entities.html","searchKeys":["Entities","fun Entities()","com.mcdev.twitterapikit.object.Tweet.Entities.Entities"]},{"name":"fun Entities()","description":"com.mcdev.twitterapikit.object.User.Entities.Entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-entities.html","searchKeys":["Entities","fun Entities()","com.mcdev.twitterapikit.object.User.Entities.Entities"]},{"name":"fun Entity(id: String? = null, name: String? = null, description: String? = null)","description":"com.mcdev.twitterapikit.model.Entity.Entity","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/-entity.html","searchKeys":["Entity","fun Entity(id: String? = null, name: String? = null, description: String? = null)","com.mcdev.twitterapikit.model.Entity.Entity"]},{"name":"fun EntityAnnotation()","description":"com.mcdev.twitterapikit.model.EntityAnnotation.EntityAnnotation","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-entity-annotation.html","searchKeys":["EntityAnnotation","fun EntityAnnotation()","com.mcdev.twitterapikit.model.EntityAnnotation.EntityAnnotation"]},{"name":"fun Error()","description":"com.mcdev.twitterapikit.model.Error.Error","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/-error.html","searchKeys":["Error","fun Error()","com.mcdev.twitterapikit.model.Error.Error"]},{"name":"fun Errors(message: String?, parameters: Parameters?, detail: String?, resourceType: String?, parameter: String?, value: String?, type: String?, field: String?, resourceId: String?, section: String?)","description":"com.mcdev.twitterapikit.model.Errors.Errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/-errors.html","searchKeys":["Errors","fun Errors(message: String?, parameters: Parameters?, detail: String?, resourceType: String?, parameter: String?, value: String?, type: String?, field: String?, resourceId: String?, section: String?)","com.mcdev.twitterapikit.model.Errors.Errors"]},{"name":"fun ErrorsXXX(title: String? = null)","description":"com.mcdev.twitterapikit.model.ErrorsXXX.ErrorsXXX","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/-errors-x-x-x.html","searchKeys":["ErrorsXXX","fun ErrorsXXX(title: String? = null)","com.mcdev.twitterapikit.model.ErrorsXXX.ErrorsXXX"]},{"name":"fun Geo()","description":"com.mcdev.twitterapikit.object.Place.Geo.Geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/-geo.html","searchKeys":["Geo","fun Geo()","com.mcdev.twitterapikit.object.Place.Geo.Geo"]},{"name":"fun Geo(coordinates: Tweet.Geo.Coordinates? = null, placeId: String? = null)","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-geo.html","searchKeys":["Geo","fun Geo(coordinates: Tweet.Geo.Coordinates? = null, placeId: String? = null)","com.mcdev.twitterapikit.object.Tweet.Geo.Geo"]},{"name":"fun Hashtags(start: Int = 0, end: Int? = 0, tag: String? = null)","description":"com.mcdev.twitterapikit.model.Hashtags.Hashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/-hashtags.html","searchKeys":["Hashtags","fun Hashtags(start: Int = 0, end: Int? = 0, tag: String? = null)","com.mcdev.twitterapikit.model.Hashtags.Hashtags"]},{"name":"fun Image(url: String?, width: Int? = 0, height: Int? = 0)","description":"com.mcdev.twitterapikit.model.Image.Image","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/-image.html","searchKeys":["Image","fun Image(url: String?, width: Int? = 0, height: Int? = 0)","com.mcdev.twitterapikit.model.Image.Image"]},{"name":"fun Includes(users: ArrayList?, topics: ArrayList?, tweets: ArrayList?, polls: ArrayList?, media: ArrayList?)","description":"com.mcdev.twitterapikit.model.Includes.Includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/-includes.html","searchKeys":["Includes","fun Includes(users: ArrayList?, topics: ArrayList?, tweets: ArrayList?, polls: ArrayList?, media: ArrayList?)","com.mcdev.twitterapikit.model.Includes.Includes"]},{"name":"fun List(id: String? = null, name: String? = null)","description":"com.mcdev.twitterapikit.object.List.List","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/-list.html","searchKeys":["List","fun List(id: String? = null, name: String? = null)","com.mcdev.twitterapikit.object.List.List"]},{"name":"fun Media(mediaKey: String? = null, type: String? = null)","description":"com.mcdev.twitterapikit.object.Media.Media","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-media.html","searchKeys":["Media","fun Media(mediaKey: String? = null, type: String? = null)","com.mcdev.twitterapikit.object.Media.Media"]},{"name":"fun Mentions(id: String, start: Int? = 0, end: Int? = 0, tag: String? = null, userName: String? = null)","description":"com.mcdev.twitterapikit.model.Mentions.Mentions","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/-mentions.html","searchKeys":["Mentions","fun Mentions(id: String, start: Int? = 0, end: Int? = 0, tag: String? = null, userName: String? = null)","com.mcdev.twitterapikit.model.Mentions.Mentions"]},{"name":"fun Meta(resultCount: Int = 0, newestId: String?, oldestId: String?, nextToken: String?)","description":"com.mcdev.twitterapikit.model.Meta.Meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/-meta.html","searchKeys":["Meta","fun Meta(resultCount: Int = 0, newestId: String?, oldestId: String?, nextToken: String?)","com.mcdev.twitterapikit.model.Meta.Meta"]},{"name":"fun MultipleTweets()","description":"com.mcdev.twitterapikit.tweetlookup.MultipleTweets.MultipleTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/-multiple-tweets.html","searchKeys":["MultipleTweets","fun MultipleTweets()","com.mcdev.twitterapikit.tweetlookup.MultipleTweets.MultipleTweets"]},{"name":"fun NonPublicMetrics()","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.NonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/-non-public-metrics.html","searchKeys":["NonPublicMetrics","fun NonPublicMetrics()","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.NonPublicMetrics"]},{"name":"fun NonPublicMetrics(impressionCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.NonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/-non-public-metrics.html","searchKeys":["NonPublicMetrics","fun NonPublicMetrics(impressionCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.NonPublicMetrics"]},{"name":"fun Options()","description":"com.mcdev.twitterapikit.object.Poll.Options.Options","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/-options.html","searchKeys":["Options","fun Options()","com.mcdev.twitterapikit.object.Poll.Options.Options"]},{"name":"fun OrganicMetrics()","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.OrganicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/-organic-metrics.html","searchKeys":["OrganicMetrics","fun OrganicMetrics()","com.mcdev.twitterapikit.object.Media.OrganicMetrics.OrganicMetrics"]},{"name":"fun OrganicMetrics(impressionCount: Long = 0, likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.OrganicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/-organic-metrics.html","searchKeys":["OrganicMetrics","fun OrganicMetrics(impressionCount: Long = 0, likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.OrganicMetrics"]},{"name":"fun Parameters(userFields: List?, topicFields: List?, spaceFields: List?, expansions: List?, query: List?, state: List?, maxResults: List?, ids: List?, userIds: List?, paginationToken: List?)","description":"com.mcdev.twitterapikit.model.Parameters.Parameters","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/-parameters.html","searchKeys":["Parameters","fun Parameters(userFields: List?, topicFields: List?, spaceFields: List?, expansions: List?, query: List?, state: List?, maxResults: List?, ids: List?, userIds: List?, paginationToken: List?)","com.mcdev.twitterapikit.model.Parameters.Parameters"]},{"name":"fun Place(fullName: String? = null, id: String? = null)","description":"com.mcdev.twitterapikit.object.Place.Place","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-place.html","searchKeys":["Place","fun Place(fullName: String? = null, id: String? = null)","com.mcdev.twitterapikit.object.Place.Place"]},{"name":"fun Poll(id: String? = null)","description":"com.mcdev.twitterapikit.object.Poll.Poll","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-poll.html","searchKeys":["Poll","fun Poll(id: String? = null)","com.mcdev.twitterapikit.object.Poll.Poll"]},{"name":"fun PromotedMetrics()","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.PromotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/-promoted-metrics.html","searchKeys":["PromotedMetrics","fun PromotedMetrics()","com.mcdev.twitterapikit.object.Media.PromotedMetrics.PromotedMetrics"]},{"name":"fun PromotedMetrics(likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, impressionCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.PromotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/-promoted-metrics.html","searchKeys":["PromotedMetrics","fun PromotedMetrics(likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, impressionCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.PromotedMetrics"]},{"name":"fun PublicMetrics()","description":"com.mcdev.twitterapikit.object.Media.PublicMetrics.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/-public-metrics.html","searchKeys":["PublicMetrics","fun PublicMetrics()","com.mcdev.twitterapikit.object.Media.PublicMetrics.PublicMetrics"]},{"name":"fun PublicMetrics()","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/-public-metrics.html","searchKeys":["PublicMetrics","fun PublicMetrics()","com.mcdev.twitterapikit.object.User.PublicMetrics.PublicMetrics"]},{"name":"fun PublicMetrics(likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, quoteCount: Long = 0)","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/-public-metrics.html","searchKeys":["PublicMetrics","fun PublicMetrics(likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, quoteCount: Long = 0)","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.PublicMetrics"]},{"name":"fun ReferencedTweets(type: String? = null, id: String? = null)","description":"com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.ReferencedTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-referenced-tweets/-referenced-tweets.html","searchKeys":["ReferencedTweets","fun ReferencedTweets(type: String? = null, id: String? = null)","com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.ReferencedTweets"]},{"name":"fun SingleTweet()","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweet.SingleTweet","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet/-single-tweet.html","searchKeys":["SingleTweet","fun SingleTweet()","com.mcdev.twitterapikit.tweetlookup.SingleTweet.SingleTweet"]},{"name":"fun SingleTweetUserContext()","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.SingleTweetUserContext","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet-user-context/-single-tweet-user-context.html","searchKeys":["SingleTweetUserContext","fun SingleTweetUserContext()","com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.SingleTweetUserContext"]},{"name":"fun Space(id: String? = null, state: String? = null)","description":"com.mcdev.twitterapikit.object.Space.Space","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/-space.html","searchKeys":["Space","fun Space(id: String? = null, state: String? = null)","com.mcdev.twitterapikit.object.Space.Space"]},{"name":"fun SpaceListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.SpaceListResponse.SpaceListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/-space-list-response.html","searchKeys":["SpaceListResponse","fun SpaceListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.SpaceListResponse.SpaceListResponse"]},{"name":"fun SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse.SpaceSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/-space-single-response.html","searchKeys":["SpaceSingleResponse","fun SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.SpaceSingleResponse.SpaceSingleResponse"]},{"name":"fun Topic(description: String?, id: String?, name: String?)","description":"com.mcdev.twitterapikit.model.Topic.Topic","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/-topic.html","searchKeys":["Topic","fun Topic(description: String?, id: String?, name: String?)","com.mcdev.twitterapikit.model.Topic.Topic"]},{"name":"fun Tweet(id: String? = null, text: String? = null)","description":"com.mcdev.twitterapikit.object.Tweet.Tweet","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-tweet.html","searchKeys":["Tweet","fun Tweet(id: String? = null, text: String? = null)","com.mcdev.twitterapikit.object.Tweet.Tweet"]},{"name":"fun TweetListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.TweetListResponse.TweetListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/-tweet-list-response.html","searchKeys":["TweetListResponse","fun TweetListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.TweetListResponse.TweetListResponse"]},{"name":"fun TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.TweetSingleResponse.TweetSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/-tweet-single-response.html","searchKeys":["TweetSingleResponse","fun TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.TweetSingleResponse.TweetSingleResponse"]},{"name":"fun Urls(url: String? = null, start: Int? = null, end: Int? = null, expandedUrl: String? = null, displayUrl: String? = null, status: String? = null, title: String? = null, description: String? = null, unwoundUrl: String? = null, images: ArrayList)","description":"com.mcdev.twitterapikit.model.Urls.Urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/-urls.html","searchKeys":["Urls","fun Urls(url: String? = null, start: Int? = null, end: Int? = null, expandedUrl: String? = null, displayUrl: String? = null, status: String? = null, title: String? = null, description: String? = null, unwoundUrl: String? = null, images: ArrayList)","com.mcdev.twitterapikit.model.Urls.Urls"]},{"name":"fun User(id: String? = null, name: String? = null, username: String? = null)","description":"com.mcdev.twitterapikit.object.User.User","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-user.html","searchKeys":["User","fun User(id: String? = null, name: String? = null, username: String? = null)","com.mcdev.twitterapikit.object.User.User"]},{"name":"fun Withheld(copyright: Boolean = false)","description":"com.mcdev.twitterapikit.object.Tweet.Withheld.Withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-withheld/-withheld.html","searchKeys":["Withheld","fun Withheld(copyright: Boolean = false)","com.mcdev.twitterapikit.object.Tweet.Withheld.Withheld"]},{"name":"fun Withheld(copyright: Boolean = false)","description":"com.mcdev.twitterapikit.object.User.Withheld.Withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-withheld/-withheld.html","searchKeys":["Withheld","fun Withheld(copyright: Boolean = false)","com.mcdev.twitterapikit.object.User.Withheld.Withheld"]},{"name":"open class Application","description":"com.mcdev.twitterapikit.Application","location":"-twitter -api -kit/com.mcdev.twitterapikit/-application/index.html","searchKeys":["Application","open class Application","com.mcdev.twitterapikit.Application"]},{"name":"open class Error","description":"com.mcdev.twitterapikit.model.Error","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/index.html","searchKeys":["Error","open class Error","com.mcdev.twitterapikit.model.Error"]},{"name":"open class UrlConstants","description":"com.mcdev.twitterapikit.UrlConstants","location":"-twitter -api -kit/com.mcdev.twitterapikit/-url-constants/index.html","searchKeys":["UrlConstants","open class UrlConstants","com.mcdev.twitterapikit.UrlConstants"]},{"name":"open fun main(args: Array)","description":"com.mcdev.twitterapikit.Application.main","location":"-twitter -api -kit/com.mcdev.twitterapikit/-application/main.html","searchKeys":["main","open fun main(args: Array)","com.mcdev.twitterapikit.Application.main"]},{"name":"val clientId: String? = null","description":"com.mcdev.twitterapikit.model.Error.clientId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/client-id.html","searchKeys":["clientId","val clientId: String? = null","com.mcdev.twitterapikit.model.Error.clientId"]},{"name":"val end: Int = 0","description":"com.mcdev.twitterapikit.model.EntityAnnotation.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/end.html","searchKeys":["end","val end: Int = 0","com.mcdev.twitterapikit.model.EntityAnnotation.end"]},{"name":"val message: String?","description":"com.mcdev.twitterapikit.model.Errors.message","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/message.html","searchKeys":["message","val message: String?","com.mcdev.twitterapikit.model.Errors.message"]},{"name":"val normalizedText: String? = null","description":"com.mcdev.twitterapikit.model.EntityAnnotation.normalizedText","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/normalized-text.html","searchKeys":["normalizedText","val normalizedText: String? = null","com.mcdev.twitterapikit.model.EntityAnnotation.normalizedText"]},{"name":"val parameters: Parameters?","description":"com.mcdev.twitterapikit.model.Errors.parameters","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/parameters.html","searchKeys":["parameters","val parameters: Parameters?","com.mcdev.twitterapikit.model.Errors.parameters"]},{"name":"val probability: Double = 0.0","description":"com.mcdev.twitterapikit.model.EntityAnnotation.probability","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/probability.html","searchKeys":["probability","val probability: Double = 0.0","com.mcdev.twitterapikit.model.EntityAnnotation.probability"]},{"name":"val reason: String? = null","description":"com.mcdev.twitterapikit.model.Error.reason","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/reason.html","searchKeys":["reason","val reason: String? = null","com.mcdev.twitterapikit.model.Error.reason"]},{"name":"val registrationUrl: String? = null","description":"com.mcdev.twitterapikit.model.Error.registrationUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/registration-url.html","searchKeys":["registrationUrl","val registrationUrl: String? = null","com.mcdev.twitterapikit.model.Error.registrationUrl"]},{"name":"val requiredEnrollment: String? = null","description":"com.mcdev.twitterapikit.model.Error.requiredEnrollment","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/required-enrollment.html","searchKeys":["requiredEnrollment","val requiredEnrollment: String? = null","com.mcdev.twitterapikit.model.Error.requiredEnrollment"]},{"name":"val start: Int = 0","description":"com.mcdev.twitterapikit.model.EntityAnnotation.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/start.html","searchKeys":["start","val start: Int = 0","com.mcdev.twitterapikit.model.EntityAnnotation.start"]},{"name":"val type: String? = null","description":"com.mcdev.twitterapikit.model.EntityAnnotation.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/type.html","searchKeys":["type","val type: String? = null","com.mcdev.twitterapikit.model.EntityAnnotation.type"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.BlocksExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-blocks-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.BlocksExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.FollowsExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-follows-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.FollowsExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.LikesExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-likes-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.LikesExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListFollowExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-follow-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListFollowExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListFollowersExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-followers-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListFollowersExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListMembersExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-members-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListMembersExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListMembershipExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-membership-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListMembershipExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListPinnedExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-pinned-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListPinnedExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListTweetsExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-tweets-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListTweetsExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListsExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-lists-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListsExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.MutesExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-mutes-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.MutesExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.RetweetExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-retweet-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.RetweetExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-buyers-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.SpacesExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.TimelinesExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.TweetsExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.UsersExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-users-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.UsersExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.ListField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.ListField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.MediaField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.MediaField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.PlaceField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.PlaceField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.PollField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.PollField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.SpaceField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.SpaceField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.TopicField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.TopicField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.TweetField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.TweetField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.UserField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.UserField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.model.EntityAnnotation.Type.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.model.SpaceState.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.model.SpaceState.value"]},{"name":"var altText: String? = null","description":"com.mcdev.twitterapikit.object.Media.altText","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/alt-text.html","searchKeys":["altText","var altText: String? = null","com.mcdev.twitterapikit.object.Media.altText"]},{"name":"var annotations: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.annotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/annotations.html","searchKeys":["annotations","var annotations: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.annotations"]},{"name":"var annotations: ArrayList? = null","description":"com.mcdev.twitterapikit.object.User.Entities.Description.annotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/annotations.html","searchKeys":["annotations","var annotations: ArrayList? = null","com.mcdev.twitterapikit.object.User.Entities.Description.annotations"]},{"name":"var attachments: Tweet.Attachments? = null","description":"com.mcdev.twitterapikit.object.Tweet.attachments","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/attachments.html","searchKeys":["attachments","var attachments: Tweet.Attachments? = null","com.mcdev.twitterapikit.object.Tweet.attachments"]},{"name":"var authorId: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.authorId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/author-id.html","searchKeys":["authorId","var authorId: String? = null","com.mcdev.twitterapikit.object.Tweet.authorId"]},{"name":"var bbox: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Place.Geo.bbox","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/bbox.html","searchKeys":["bbox","var bbox: ArrayList? = null","com.mcdev.twitterapikit.object.Place.Geo.bbox"]},{"name":"var cashtags: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.cashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/cashtags.html","searchKeys":["cashtags","var cashtags: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.cashtags"]},{"name":"var cashtags: ArrayList? = null","description":"com.mcdev.twitterapikit.object.User.Entities.Description.cashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/cashtags.html","searchKeys":["cashtags","var cashtags: ArrayList? = null","com.mcdev.twitterapikit.object.User.Entities.Description.cashtags"]},{"name":"var containedWithin: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Place.containedWithin","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/contained-within.html","searchKeys":["containedWithin","var containedWithin: ArrayList? = null","com.mcdev.twitterapikit.object.Place.containedWithin"]},{"name":"var contextAnnotations: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.contextAnnotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/context-annotations.html","searchKeys":["contextAnnotations","var contextAnnotations: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.contextAnnotations"]},{"name":"var conversationId: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.conversationId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/conversation-id.html","searchKeys":["conversationId","var conversationId: String? = null","com.mcdev.twitterapikit.object.Tweet.conversationId"]},{"name":"var coordinates: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.coordinates","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-coordinates/coordinates.html","searchKeys":["coordinates","var coordinates: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.coordinates"]},{"name":"var coordinates: Tweet.Geo.Coordinates? = null","description":"com.mcdev.twitterapikit.object.Tweet.Geo.coordinates","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/coordinates.html","searchKeys":["coordinates","var coordinates: Tweet.Geo.Coordinates? = null","com.mcdev.twitterapikit.object.Tweet.Geo.coordinates"]},{"name":"var copyright: Boolean = false","description":"com.mcdev.twitterapikit.object.Tweet.Withheld.copyright","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-withheld/copyright.html","searchKeys":["copyright","var copyright: Boolean = false","com.mcdev.twitterapikit.object.Tweet.Withheld.copyright"]},{"name":"var copyright: Boolean = false","description":"com.mcdev.twitterapikit.object.User.Withheld.copyright","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-withheld/copyright.html","searchKeys":["copyright","var copyright: Boolean = false","com.mcdev.twitterapikit.object.User.Withheld.copyright"]},{"name":"var country: String? = null","description":"com.mcdev.twitterapikit.object.Place.country","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/country.html","searchKeys":["country","var country: String? = null","com.mcdev.twitterapikit.object.Place.country"]},{"name":"var countryCode: String? = null","description":"com.mcdev.twitterapikit.object.Place.countryCode","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/country-code.html","searchKeys":["countryCode","var countryCode: String? = null","com.mcdev.twitterapikit.object.Place.countryCode"]},{"name":"var countryCodes: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Withheld.countryCodes","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-withheld/country-codes.html","searchKeys":["countryCodes","var countryCodes: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Withheld.countryCodes"]},{"name":"var countryCodes: ArrayList? = null","description":"com.mcdev.twitterapikit.object.User.Withheld.countryCodes","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-withheld/country-codes.html","searchKeys":["countryCodes","var countryCodes: ArrayList? = null","com.mcdev.twitterapikit.object.User.Withheld.countryCodes"]},{"name":"var createdAt: String? = null","description":"com.mcdev.twitterapikit.object.List.createdAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/created-at.html","searchKeys":["createdAt","var createdAt: String? = null","com.mcdev.twitterapikit.object.List.createdAt"]},{"name":"var createdAt: String? = null","description":"com.mcdev.twitterapikit.object.Space.createdAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/created-at.html","searchKeys":["createdAt","var createdAt: String? = null","com.mcdev.twitterapikit.object.Space.createdAt"]},{"name":"var createdAt: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.createdAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/created-at.html","searchKeys":["createdAt","var createdAt: String? = null","com.mcdev.twitterapikit.object.Tweet.createdAt"]},{"name":"var createdAt: String? = null","description":"com.mcdev.twitterapikit.object.User.createdAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/created-at.html","searchKeys":["createdAt","var createdAt: String? = null","com.mcdev.twitterapikit.object.User.createdAt"]},{"name":"var creatorId: String? = null","description":"com.mcdev.twitterapikit.object.Space.creatorId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/creator-id.html","searchKeys":["creatorId","var creatorId: String? = null","com.mcdev.twitterapikit.object.Space.creatorId"]},{"name":"var data: ArrayList?","description":"com.mcdev.twitterapikit.response.SpaceListResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/data.html","searchKeys":["data","var data: ArrayList?","com.mcdev.twitterapikit.response.SpaceListResponse.data"]},{"name":"var data: ArrayList?","description":"com.mcdev.twitterapikit.response.TweetListResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/data.html","searchKeys":["data","var data: ArrayList?","com.mcdev.twitterapikit.response.TweetListResponse.data"]},{"name":"var data: ArrayList? = null","description":"com.mcdev.twitterapikit.tweetlookup.MultipleTweets.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/data.html","searchKeys":["data","var data: ArrayList? = null","com.mcdev.twitterapikit.tweetlookup.MultipleTweets.data"]},{"name":"var data: Space?","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/data.html","searchKeys":["data","var data: Space?","com.mcdev.twitterapikit.response.SpaceSingleResponse.data"]},{"name":"var data: Tweet?","description":"com.mcdev.twitterapikit.response.TweetSingleResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/data.html","searchKeys":["data","var data: Tweet?","com.mcdev.twitterapikit.response.TweetSingleResponse.data"]},{"name":"var data: Tweet? = null","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweet.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet/data.html","searchKeys":["data","var data: Tweet? = null","com.mcdev.twitterapikit.tweetlookup.SingleTweet.data"]},{"name":"var data: Tweet? = null","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet-user-context/data.html","searchKeys":["data","var data: Tweet? = null","com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.data"]},{"name":"var description: String?","description":"com.mcdev.twitterapikit.model.Topic.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/description.html","searchKeys":["description","var description: String?","com.mcdev.twitterapikit.model.Topic.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.model.Domain.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.model.Domain.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.model.Entity.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.model.Entity.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.model.Urls.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.model.Urls.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.object.List.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.object.List.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.object.User.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.object.User.description"]},{"name":"var description: User.Entities.Description? = null","description":"com.mcdev.twitterapikit.object.User.Entities.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/description.html","searchKeys":["description","var description: User.Entities.Description? = null","com.mcdev.twitterapikit.object.User.Entities.description"]},{"name":"var detail: String?","description":"com.mcdev.twitterapikit.model.Errors.detail","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/detail.html","searchKeys":["detail","var detail: String?","com.mcdev.twitterapikit.model.Errors.detail"]},{"name":"var detail: String? = null","description":"com.mcdev.twitterapikit.model.Error.detail","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/detail.html","searchKeys":["detail","var detail: String? = null","com.mcdev.twitterapikit.model.Error.detail"]},{"name":"var detail: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.detail","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/detail.html","searchKeys":["detail","var detail: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.detail"]},{"name":"var displayUrl: String? = null","description":"com.mcdev.twitterapikit.model.Urls.displayUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/display-url.html","searchKeys":["displayUrl","var displayUrl: String? = null","com.mcdev.twitterapikit.model.Urls.displayUrl"]},{"name":"var domain: Domain? = null","description":"com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.domain","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-context-annotations/domain.html","searchKeys":["domain","var domain: Domain? = null","com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.domain"]},{"name":"var durationMinutes: Int? = 0","description":"com.mcdev.twitterapikit.object.Poll.durationMinutes","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/duration-minutes.html","searchKeys":["durationMinutes","var durationMinutes: Int? = 0","com.mcdev.twitterapikit.object.Poll.durationMinutes"]},{"name":"var durationMs: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.durationMs","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/duration-ms.html","searchKeys":["durationMs","var durationMs: Int? = 0","com.mcdev.twitterapikit.object.Media.durationMs"]},{"name":"var end: Int = 0","description":"com.mcdev.twitterapikit.model.Annotations.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/end.html","searchKeys":["end","var end: Int = 0","com.mcdev.twitterapikit.model.Annotations.end"]},{"name":"var end: Int = 0","description":"com.mcdev.twitterapikit.model.Cashtags.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/end.html","searchKeys":["end","var end: Int = 0","com.mcdev.twitterapikit.model.Cashtags.end"]},{"name":"var end: Int? = 0","description":"com.mcdev.twitterapikit.model.Hashtags.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/end.html","searchKeys":["end","var end: Int? = 0","com.mcdev.twitterapikit.model.Hashtags.end"]},{"name":"var end: Int? = 0","description":"com.mcdev.twitterapikit.model.Mentions.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/end.html","searchKeys":["end","var end: Int? = 0","com.mcdev.twitterapikit.model.Mentions.end"]},{"name":"var end: Int? = null","description":"com.mcdev.twitterapikit.model.Urls.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/end.html","searchKeys":["end","var end: Int? = null","com.mcdev.twitterapikit.model.Urls.end"]},{"name":"var endDateTime: String? = null","description":"com.mcdev.twitterapikit.object.Poll.endDateTime","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/end-date-time.html","searchKeys":["endDateTime","var endDateTime: String? = null","com.mcdev.twitterapikit.object.Poll.endDateTime"]},{"name":"var endedAt: String? = null","description":"com.mcdev.twitterapikit.object.Space.endedAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/ended-at.html","searchKeys":["endedAt","var endedAt: String? = null","com.mcdev.twitterapikit.object.Space.endedAt"]},{"name":"var entities: Tweet.Entities? = null","description":"com.mcdev.twitterapikit.object.Tweet.entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/entities.html","searchKeys":["entities","var entities: Tweet.Entities? = null","com.mcdev.twitterapikit.object.Tweet.entities"]},{"name":"var entities: User.Entities? = null","description":"com.mcdev.twitterapikit.object.User.entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/entities.html","searchKeys":["entities","var entities: User.Entities? = null","com.mcdev.twitterapikit.object.User.entities"]},{"name":"var entity: Entity? = null","description":"com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.entity","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-context-annotations/entity.html","searchKeys":["entity","var entity: Entity? = null","com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.entity"]},{"name":"var errors: ArrayList? = null","description":"com.mcdev.twitterapikit.model.Error.errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/errors.html","searchKeys":["errors","var errors: ArrayList? = null","com.mcdev.twitterapikit.model.Error.errors"]},{"name":"var errors: ArrayList? = null","description":"com.mcdev.twitterapikit.tweetlookup.MultipleTweets.errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/errors.html","searchKeys":["errors","var errors: ArrayList? = null","com.mcdev.twitterapikit.tweetlookup.MultipleTweets.errors"]},{"name":"var errors: ArrayList? = null","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweet.errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet/errors.html","searchKeys":["errors","var errors: ArrayList? = null","com.mcdev.twitterapikit.tweetlookup.SingleTweet.errors"]},{"name":"var errors: ArrayList? = null","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet-user-context/errors.html","searchKeys":["errors","var errors: ArrayList? = null","com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.errors"]},{"name":"var expandedUrl: String? = null","description":"com.mcdev.twitterapikit.model.Urls.expandedUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/expanded-url.html","searchKeys":["expandedUrl","var expandedUrl: String? = null","com.mcdev.twitterapikit.model.Urls.expandedUrl"]},{"name":"var expansions: List?","description":"com.mcdev.twitterapikit.model.Parameters.expansions","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/expansions.html","searchKeys":["expansions","var expansions: List?","com.mcdev.twitterapikit.model.Parameters.expansions"]},{"name":"var field: String?","description":"com.mcdev.twitterapikit.model.Errors.field","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/field.html","searchKeys":["field","var field: String?","com.mcdev.twitterapikit.model.Errors.field"]},{"name":"var field: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.field","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/field.html","searchKeys":["field","var field: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.field"]},{"name":"var followerCount: Int = 0","description":"com.mcdev.twitterapikit.object.List.followerCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/follower-count.html","searchKeys":["followerCount","var followerCount: Int = 0","com.mcdev.twitterapikit.object.List.followerCount"]},{"name":"var followersCount: Long = 0","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.followersCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/followers-count.html","searchKeys":["followersCount","var followersCount: Long = 0","com.mcdev.twitterapikit.object.User.PublicMetrics.followersCount"]},{"name":"var followingCount: Long = 0","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.followingCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/following-count.html","searchKeys":["followingCount","var followingCount: Long = 0","com.mcdev.twitterapikit.object.User.PublicMetrics.followingCount"]},{"name":"var fullName: String? = null","description":"com.mcdev.twitterapikit.object.Place.fullName","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/full-name.html","searchKeys":["fullName","var fullName: String? = null","com.mcdev.twitterapikit.object.Place.fullName"]},{"name":"var geo: Place.Geo? = null","description":"com.mcdev.twitterapikit.object.Place.geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/geo.html","searchKeys":["geo","var geo: Place.Geo? = null","com.mcdev.twitterapikit.object.Place.geo"]},{"name":"var geo: Tweet.Geo? = null","description":"com.mcdev.twitterapikit.object.Tweet.geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/geo.html","searchKeys":["geo","var geo: Tweet.Geo? = null","com.mcdev.twitterapikit.object.Tweet.geo"]},{"name":"var hashtags: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.hashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/hashtags.html","searchKeys":["hashtags","var hashtags: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.hashtags"]},{"name":"var hashtags: ArrayList? = null","description":"com.mcdev.twitterapikit.object.User.Entities.Description.hashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/hashtags.html","searchKeys":["hashtags","var hashtags: ArrayList? = null","com.mcdev.twitterapikit.object.User.Entities.Description.hashtags"]},{"name":"var height: Int? = 0","description":"com.mcdev.twitterapikit.model.Image.height","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/height.html","searchKeys":["height","var height: Int? = 0","com.mcdev.twitterapikit.model.Image.height"]},{"name":"var height: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.height","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/height.html","searchKeys":["height","var height: Int? = 0","com.mcdev.twitterapikit.object.Media.height"]},{"name":"var hostIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Space.hostIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/host-ids.html","searchKeys":["hostIds","var hostIds: ArrayList? = null","com.mcdev.twitterapikit.object.Space.hostIds"]},{"name":"var id: String","description":"com.mcdev.twitterapikit.model.Mentions.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/id.html","searchKeys":["id","var id: String","com.mcdev.twitterapikit.model.Mentions.id"]},{"name":"var id: String?","description":"com.mcdev.twitterapikit.model.Topic.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/id.html","searchKeys":["id","var id: String?","com.mcdev.twitterapikit.model.Topic.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.model.Domain.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.model.Domain.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.model.Entity.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.model.Entity.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.List.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.List.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Place.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Place.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Poll.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Poll.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Space.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Space.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-referenced-tweets/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Tweet.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.User.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.User.id"]},{"name":"var ids: List?","description":"com.mcdev.twitterapikit.model.Parameters.ids","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/ids.html","searchKeys":["ids","var ids: List?","com.mcdev.twitterapikit.model.Parameters.ids"]},{"name":"var images: ArrayList","description":"com.mcdev.twitterapikit.model.Urls.images","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/images.html","searchKeys":["images","var images: ArrayList","com.mcdev.twitterapikit.model.Urls.images"]},{"name":"var impressionCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.impressionCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/impression-count.html","searchKeys":["impressionCount","var impressionCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.impressionCount"]},{"name":"var impressionCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.impressionCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/impression-count.html","searchKeys":["impressionCount","var impressionCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.impressionCount"]},{"name":"var impressionCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.impressionCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/impression-count.html","searchKeys":["impressionCount","var impressionCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.impressionCount"]},{"name":"var inReplyToUserId: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.inReplyToUserId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/in-reply-to-user-id.html","searchKeys":["inReplyToUserId","var inReplyToUserId: String? = null","com.mcdev.twitterapikit.object.Tweet.inReplyToUserId"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.SpaceListResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.SpaceListResponse.includes"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.SpaceSingleResponse.includes"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.TweetListResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.TweetListResponse.includes"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.TweetSingleResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.TweetSingleResponse.includes"]},{"name":"var invitedUserIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Space.invitedUserIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/invited-user-ids.html","searchKeys":["invitedUserIds","var invitedUserIds: ArrayList? = null","com.mcdev.twitterapikit.object.Space.invitedUserIds"]},{"name":"var isTicketed: Boolean = false","description":"com.mcdev.twitterapikit.object.Space.isTicketed","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/is-ticketed.html","searchKeys":["isTicketed","var isTicketed: Boolean = false","com.mcdev.twitterapikit.object.Space.isTicketed"]},{"name":"var label: String? = null","description":"com.mcdev.twitterapikit.object.Poll.Options.label","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/label.html","searchKeys":["label","var label: String? = null","com.mcdev.twitterapikit.object.Poll.Options.label"]},{"name":"var lang: String? = null","description":"com.mcdev.twitterapikit.object.Space.lang","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/lang.html","searchKeys":["lang","var lang: String? = null","com.mcdev.twitterapikit.object.Space.lang"]},{"name":"var lang: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.lang","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/lang.html","searchKeys":["lang","var lang: String? = null","com.mcdev.twitterapikit.object.Tweet.lang"]},{"name":"var likeCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.likeCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/like-count.html","searchKeys":["likeCount","var likeCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.likeCount"]},{"name":"var likeCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.likeCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/like-count.html","searchKeys":["likeCount","var likeCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.likeCount"]},{"name":"var likeCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.likeCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/like-count.html","searchKeys":["likeCount","var likeCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.likeCount"]},{"name":"var listedCount: Long = 0","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.listedCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/listed-count.html","searchKeys":["listedCount","var listedCount: Long = 0","com.mcdev.twitterapikit.object.User.PublicMetrics.listedCount"]},{"name":"var location: String? = null","description":"com.mcdev.twitterapikit.object.User.location","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/location.html","searchKeys":["location","var location: String? = null","com.mcdev.twitterapikit.object.User.location"]},{"name":"var maxResults: List?","description":"com.mcdev.twitterapikit.model.Parameters.maxResults","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/max-results.html","searchKeys":["maxResults","var maxResults: List?","com.mcdev.twitterapikit.model.Parameters.maxResults"]},{"name":"var media: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.media","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/media.html","searchKeys":["media","var media: ArrayList?","com.mcdev.twitterapikit.model.Includes.media"]},{"name":"var mediaKey: String? = null","description":"com.mcdev.twitterapikit.object.Media.mediaKey","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/media-key.html","searchKeys":["mediaKey","var mediaKey: String? = null","com.mcdev.twitterapikit.object.Media.mediaKey"]},{"name":"var mediaKeys: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Attachments.mediaKeys","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-attachments/media-keys.html","searchKeys":["mediaKeys","var mediaKeys: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Attachments.mediaKeys"]},{"name":"var memberCount: Int = 0","description":"com.mcdev.twitterapikit.object.List.memberCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/member-count.html","searchKeys":["memberCount","var memberCount: Int = 0","com.mcdev.twitterapikit.object.List.memberCount"]},{"name":"var mentions: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.mentions","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/mentions.html","searchKeys":["mentions","var mentions: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.mentions"]},{"name":"var mentions: ArrayList? = null","description":"com.mcdev.twitterapikit.object.User.Entities.Description.mentions","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/mentions.html","searchKeys":["mentions","var mentions: ArrayList? = null","com.mcdev.twitterapikit.object.User.Entities.Description.mentions"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.SpaceListResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.SpaceListResponse.meta"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.SpaceSingleResponse.meta"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.TweetListResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.TweetListResponse.meta"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.TweetSingleResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.TweetSingleResponse.meta"]},{"name":"var name: String?","description":"com.mcdev.twitterapikit.model.Topic.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/name.html","searchKeys":["name","var name: String?","com.mcdev.twitterapikit.model.Topic.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.model.Domain.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.model.Domain.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.model.Entity.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.model.Entity.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.object.List.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.object.List.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.object.Place.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.object.Place.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.object.User.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.object.User.name"]},{"name":"var newestId: String?","description":"com.mcdev.twitterapikit.model.Meta.newestId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/newest-id.html","searchKeys":["newestId","var newestId: String?","com.mcdev.twitterapikit.model.Meta.newestId"]},{"name":"var nextToken: String?","description":"com.mcdev.twitterapikit.model.Meta.nextToken","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/next-token.html","searchKeys":["nextToken","var nextToken: String?","com.mcdev.twitterapikit.model.Meta.nextToken"]},{"name":"var nonPublicMetrics: Media.NonPublicMetrics? = null","description":"com.mcdev.twitterapikit.object.Media.nonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/non-public-metrics.html","searchKeys":["nonPublicMetrics","var nonPublicMetrics: Media.NonPublicMetrics? = null","com.mcdev.twitterapikit.object.Media.nonPublicMetrics"]},{"name":"var nonPublicMetrics: Tweet.NonPublicMetrics? = null","description":"com.mcdev.twitterapikit.object.Tweet.nonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/non-public-metrics.html","searchKeys":["nonPublicMetrics","var nonPublicMetrics: Tweet.NonPublicMetrics? = null","com.mcdev.twitterapikit.object.Tweet.nonPublicMetrics"]},{"name":"var normalizedText: String? = null","description":"com.mcdev.twitterapikit.model.Annotations.normalizedText","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/normalized-text.html","searchKeys":["normalizedText","var normalizedText: String? = null","com.mcdev.twitterapikit.model.Annotations.normalizedText"]},{"name":"var oldestId: String?","description":"com.mcdev.twitterapikit.model.Meta.oldestId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/oldest-id.html","searchKeys":["oldestId","var oldestId: String?","com.mcdev.twitterapikit.model.Meta.oldestId"]},{"name":"var options: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Poll.options","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/options.html","searchKeys":["options","var options: ArrayList? = null","com.mcdev.twitterapikit.object.Poll.options"]},{"name":"var organicMetrics: Media.OrganicMetrics? = null","description":"com.mcdev.twitterapikit.object.Media.organicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/organic-metrics.html","searchKeys":["organicMetrics","var organicMetrics: Media.OrganicMetrics? = null","com.mcdev.twitterapikit.object.Media.organicMetrics"]},{"name":"var organicMetrics: Tweet.OrganicMetrics? = null","description":"com.mcdev.twitterapikit.object.Tweet.organicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/organic-metrics.html","searchKeys":["organicMetrics","var organicMetrics: Tweet.OrganicMetrics? = null","com.mcdev.twitterapikit.object.Tweet.organicMetrics"]},{"name":"var ownerId: String? = null","description":"com.mcdev.twitterapikit.object.List.ownerId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/owner-id.html","searchKeys":["ownerId","var ownerId: String? = null","com.mcdev.twitterapikit.object.List.ownerId"]},{"name":"var paginationToken: List?","description":"com.mcdev.twitterapikit.model.Parameters.paginationToken","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/pagination-token.html","searchKeys":["paginationToken","var paginationToken: List?","com.mcdev.twitterapikit.model.Parameters.paginationToken"]},{"name":"var parameter: String?","description":"com.mcdev.twitterapikit.model.Errors.parameter","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/parameter.html","searchKeys":["parameter","var parameter: String?","com.mcdev.twitterapikit.model.Errors.parameter"]},{"name":"var parameter: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.parameter","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/parameter.html","searchKeys":["parameter","var parameter: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.parameter"]},{"name":"var participantCount: Int = 0","description":"com.mcdev.twitterapikit.object.Space.participantCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/participant-count.html","searchKeys":["participantCount","var participantCount: Int = 0","com.mcdev.twitterapikit.object.Space.participantCount"]},{"name":"var pinnedTweetId: String? = null","description":"com.mcdev.twitterapikit.object.User.pinnedTweetId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/pinned-tweet-id.html","searchKeys":["pinnedTweetId","var pinnedTweetId: String? = null","com.mcdev.twitterapikit.object.User.pinnedTweetId"]},{"name":"var placeId: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.Geo.placeId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/place-id.html","searchKeys":["placeId","var placeId: String? = null","com.mcdev.twitterapikit.object.Tweet.Geo.placeId"]},{"name":"var placeType: String? = null","description":"com.mcdev.twitterapikit.object.Place.placeType","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/place-type.html","searchKeys":["placeType","var placeType: String? = null","com.mcdev.twitterapikit.object.Place.placeType"]},{"name":"var playback0Count: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback0Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback0-count.html","searchKeys":["playback0Count","var playback0Count: Int? = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback0Count"]},{"name":"var playback0Count: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback0Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback0-count.html","searchKeys":["playback0Count","var playback0Count: Int? = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback0Count"]},{"name":"var playback0Count: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback0Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback0-count.html","searchKeys":["playback0Count","var playback0Count: Int? = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback0Count"]},{"name":"var playback100Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback100Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback100-count.html","searchKeys":["playback100Count","var playback100Count: Int = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback100Count"]},{"name":"var playback100Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback100Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback100-count.html","searchKeys":["playback100Count","var playback100Count: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback100Count"]},{"name":"var playback100Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback100Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback100-count.html","searchKeys":["playback100Count","var playback100Count: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback100Count"]},{"name":"var playback25Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback25Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback25-count.html","searchKeys":["playback25Count","var playback25Count: Int = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback25Count"]},{"name":"var playback25Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback25Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback25-count.html","searchKeys":["playback25Count","var playback25Count: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback25Count"]},{"name":"var playback25Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback25Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback25-count.html","searchKeys":["playback25Count","var playback25Count: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback25Count"]},{"name":"var playback50Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback50Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback50-count.html","searchKeys":["playback50Count","var playback50Count: Int = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback50Count"]},{"name":"var playback50Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback50Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback50-count.html","searchKeys":["playback50Count","var playback50Count: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback50Count"]},{"name":"var playback50Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback50Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback50-count.html","searchKeys":["playback50Count","var playback50Count: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback50Count"]},{"name":"var playback75Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback75Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback75-count.html","searchKeys":["playback75Count","var playback75Count: Int = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback75Count"]},{"name":"var playback75Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback75Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback75-count.html","searchKeys":["playback75Count","var playback75Count: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback75Count"]},{"name":"var playback75Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback75Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback75-count.html","searchKeys":["playback75Count","var playback75Count: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback75Count"]},{"name":"var pollIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Attachments.pollIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-attachments/poll-ids.html","searchKeys":["pollIds","var pollIds: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Attachments.pollIds"]},{"name":"var polls: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.polls","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/polls.html","searchKeys":["polls","var polls: ArrayList?","com.mcdev.twitterapikit.model.Includes.polls"]},{"name":"var position: Int = 0","description":"com.mcdev.twitterapikit.object.Poll.Options.position","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/position.html","searchKeys":["position","var position: Int = 0","com.mcdev.twitterapikit.object.Poll.Options.position"]},{"name":"var possiblySensitive: Boolean = false","description":"com.mcdev.twitterapikit.object.Tweet.possiblySensitive","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/possibly-sensitive.html","searchKeys":["possiblySensitive","var possiblySensitive: Boolean = false","com.mcdev.twitterapikit.object.Tweet.possiblySensitive"]},{"name":"var previewImageUrl: String? = null","description":"com.mcdev.twitterapikit.object.Media.previewImageUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/preview-image-url.html","searchKeys":["previewImageUrl","var previewImageUrl: String? = null","com.mcdev.twitterapikit.object.Media.previewImageUrl"]},{"name":"var private: Boolean = false","description":"com.mcdev.twitterapikit.object.List.private","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/private.html","searchKeys":["private","var private: Boolean = false","com.mcdev.twitterapikit.object.List.private"]},{"name":"var probability: Double = 0.0","description":"com.mcdev.twitterapikit.model.Annotations.probability","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/probability.html","searchKeys":["probability","var probability: Double = 0.0","com.mcdev.twitterapikit.model.Annotations.probability"]},{"name":"var profileImageUrl: String? = null","description":"com.mcdev.twitterapikit.object.User.profileImageUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/profile-image-url.html","searchKeys":["profileImageUrl","var profileImageUrl: String? = null","com.mcdev.twitterapikit.object.User.profileImageUrl"]},{"name":"var promotedMetrics: Media.PromotedMetrics? = null","description":"com.mcdev.twitterapikit.object.Media.promotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/promoted-metrics.html","searchKeys":["promotedMetrics","var promotedMetrics: Media.PromotedMetrics? = null","com.mcdev.twitterapikit.object.Media.promotedMetrics"]},{"name":"var promotedMetrics: Tweet.PromotedMetrics? = null","description":"com.mcdev.twitterapikit.object.Tweet.promotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/promoted-metrics.html","searchKeys":["promotedMetrics","var promotedMetrics: Tweet.PromotedMetrics? = null","com.mcdev.twitterapikit.object.Tweet.promotedMetrics"]},{"name":"var properties: String? = null","description":"com.mcdev.twitterapikit.object.Place.Geo.properties","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/properties.html","searchKeys":["properties","var properties: String? = null","com.mcdev.twitterapikit.object.Place.Geo.properties"]},{"name":"var protected: Boolean = false","description":"com.mcdev.twitterapikit.object.User.protected","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/protected.html","searchKeys":["protected","var protected: Boolean = false","com.mcdev.twitterapikit.object.User.protected"]},{"name":"var publicMetrics: Media.PublicMetrics? = null","description":"com.mcdev.twitterapikit.object.Media.publicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/public-metrics.html","searchKeys":["publicMetrics","var publicMetrics: Media.PublicMetrics? = null","com.mcdev.twitterapikit.object.Media.publicMetrics"]},{"name":"var publicMetrics: Tweet.PublicMetrics? = null","description":"com.mcdev.twitterapikit.object.Tweet.publicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/public-metrics.html","searchKeys":["publicMetrics","var publicMetrics: Tweet.PublicMetrics? = null","com.mcdev.twitterapikit.object.Tweet.publicMetrics"]},{"name":"var publicMetrics: User.PublicMetrics? = null","description":"com.mcdev.twitterapikit.object.User.publicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/public-metrics.html","searchKeys":["publicMetrics","var publicMetrics: User.PublicMetrics? = null","com.mcdev.twitterapikit.object.User.publicMetrics"]},{"name":"var query: List?","description":"com.mcdev.twitterapikit.model.Parameters.query","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/query.html","searchKeys":["query","var query: List?","com.mcdev.twitterapikit.model.Parameters.query"]},{"name":"var quoteCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.quoteCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/quote-count.html","searchKeys":["quoteCount","var quoteCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.quoteCount"]},{"name":"var referencedTweets: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.referencedTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/referenced-tweets.html","searchKeys":["referencedTweets","var referencedTweets: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.referencedTweets"]},{"name":"var replyCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.replyCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/reply-count.html","searchKeys":["replyCount","var replyCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.replyCount"]},{"name":"var replyCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.replyCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/reply-count.html","searchKeys":["replyCount","var replyCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.replyCount"]},{"name":"var replyCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.replyCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/reply-count.html","searchKeys":["replyCount","var replyCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.replyCount"]},{"name":"var replySettings: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.replySettings","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/reply-settings.html","searchKeys":["replySettings","var replySettings: String? = null","com.mcdev.twitterapikit.object.Tweet.replySettings"]},{"name":"var resourceId: String?","description":"com.mcdev.twitterapikit.model.Errors.resourceId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/resource-id.html","searchKeys":["resourceId","var resourceId: String?","com.mcdev.twitterapikit.model.Errors.resourceId"]},{"name":"var resourceId: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.resourceId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/resource-id.html","searchKeys":["resourceId","var resourceId: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.resourceId"]},{"name":"var resourceType: String?","description":"com.mcdev.twitterapikit.model.Errors.resourceType","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/resource-type.html","searchKeys":["resourceType","var resourceType: String?","com.mcdev.twitterapikit.model.Errors.resourceType"]},{"name":"var resourceType: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.resourceType","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/resource-type.html","searchKeys":["resourceType","var resourceType: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.resourceType"]},{"name":"var resultCount: Int = 0","description":"com.mcdev.twitterapikit.model.Meta.resultCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/result-count.html","searchKeys":["resultCount","var resultCount: Int = 0","com.mcdev.twitterapikit.model.Meta.resultCount"]},{"name":"var retweetCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.retweetCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/retweet-count.html","searchKeys":["retweetCount","var retweetCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.retweetCount"]},{"name":"var retweetCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.retweetCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/retweet-count.html","searchKeys":["retweetCount","var retweetCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.retweetCount"]},{"name":"var retweetCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.retweetCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/retweet-count.html","searchKeys":["retweetCount","var retweetCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.retweetCount"]},{"name":"var scheduledStart: String? = null","description":"com.mcdev.twitterapikit.object.Space.scheduledStart","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/scheduled-start.html","searchKeys":["scheduledStart","var scheduledStart: String? = null","com.mcdev.twitterapikit.object.Space.scheduledStart"]},{"name":"var section: String?","description":"com.mcdev.twitterapikit.model.Errors.section","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/section.html","searchKeys":["section","var section: String?","com.mcdev.twitterapikit.model.Errors.section"]},{"name":"var section: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.section","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/section.html","searchKeys":["section","var section: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.section"]},{"name":"var source: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.source","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/source.html","searchKeys":["source","var source: String? = null","com.mcdev.twitterapikit.object.Tweet.source"]},{"name":"var spaceFields: List?","description":"com.mcdev.twitterapikit.model.Parameters.spaceFields","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/space-fields.html","searchKeys":["spaceFields","var spaceFields: List?","com.mcdev.twitterapikit.model.Parameters.spaceFields"]},{"name":"var speakerIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Space.speakerIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/speaker-ids.html","searchKeys":["speakerIds","var speakerIds: ArrayList? = null","com.mcdev.twitterapikit.object.Space.speakerIds"]},{"name":"var start: Int = 0","description":"com.mcdev.twitterapikit.model.Annotations.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/start.html","searchKeys":["start","var start: Int = 0","com.mcdev.twitterapikit.model.Annotations.start"]},{"name":"var start: Int = 0","description":"com.mcdev.twitterapikit.model.Cashtags.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/start.html","searchKeys":["start","var start: Int = 0","com.mcdev.twitterapikit.model.Cashtags.start"]},{"name":"var start: Int = 0","description":"com.mcdev.twitterapikit.model.Hashtags.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/start.html","searchKeys":["start","var start: Int = 0","com.mcdev.twitterapikit.model.Hashtags.start"]},{"name":"var start: Int? = 0","description":"com.mcdev.twitterapikit.model.Mentions.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/start.html","searchKeys":["start","var start: Int? = 0","com.mcdev.twitterapikit.model.Mentions.start"]},{"name":"var start: Int? = null","description":"com.mcdev.twitterapikit.model.Urls.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/start.html","searchKeys":["start","var start: Int? = null","com.mcdev.twitterapikit.model.Urls.start"]},{"name":"var startedAt: String? = null","description":"com.mcdev.twitterapikit.object.Space.startedAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/started-at.html","searchKeys":["startedAt","var startedAt: String? = null","com.mcdev.twitterapikit.object.Space.startedAt"]},{"name":"var state: List?","description":"com.mcdev.twitterapikit.model.Parameters.state","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/state.html","searchKeys":["state","var state: List?","com.mcdev.twitterapikit.model.Parameters.state"]},{"name":"var state: String? = null","description":"com.mcdev.twitterapikit.object.Space.state","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/state.html","searchKeys":["state","var state: String? = null","com.mcdev.twitterapikit.object.Space.state"]},{"name":"var status: Int? = null","description":"com.mcdev.twitterapikit.model.Error.status","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/status.html","searchKeys":["status","var status: Int? = null","com.mcdev.twitterapikit.model.Error.status"]},{"name":"var status: String? = null","description":"com.mcdev.twitterapikit.model.Urls.status","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/status.html","searchKeys":["status","var status: String? = null","com.mcdev.twitterapikit.model.Urls.status"]},{"name":"var tag: String? = null","description":"com.mcdev.twitterapikit.model.Cashtags.tag","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/tag.html","searchKeys":["tag","var tag: String? = null","com.mcdev.twitterapikit.model.Cashtags.tag"]},{"name":"var tag: String? = null","description":"com.mcdev.twitterapikit.model.Hashtags.tag","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/tag.html","searchKeys":["tag","var tag: String? = null","com.mcdev.twitterapikit.model.Hashtags.tag"]},{"name":"var tag: String? = null","description":"com.mcdev.twitterapikit.model.Mentions.tag","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/tag.html","searchKeys":["tag","var tag: String? = null","com.mcdev.twitterapikit.model.Mentions.tag"]},{"name":"var text: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.text","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/text.html","searchKeys":["text","var text: String? = null","com.mcdev.twitterapikit.object.Tweet.text"]},{"name":"var title: String? = null","description":"com.mcdev.twitterapikit.model.Error.title","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/title.html","searchKeys":["title","var title: String? = null","com.mcdev.twitterapikit.model.Error.title"]},{"name":"var title: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.title","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/title.html","searchKeys":["title","var title: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.title"]},{"name":"var title: String? = null","description":"com.mcdev.twitterapikit.model.Urls.title","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/title.html","searchKeys":["title","var title: String? = null","com.mcdev.twitterapikit.model.Urls.title"]},{"name":"var title: String? = null","description":"com.mcdev.twitterapikit.object.Space.title","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/title.html","searchKeys":["title","var title: String? = null","com.mcdev.twitterapikit.object.Space.title"]},{"name":"var topicFields: List?","description":"com.mcdev.twitterapikit.model.Parameters.topicFields","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/topic-fields.html","searchKeys":["topicFields","var topicFields: List?","com.mcdev.twitterapikit.model.Parameters.topicFields"]},{"name":"var topicIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Space.topicIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/topic-ids.html","searchKeys":["topicIds","var topicIds: ArrayList? = null","com.mcdev.twitterapikit.object.Space.topicIds"]},{"name":"var topics: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.topics","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/topics.html","searchKeys":["topics","var topics: ArrayList?","com.mcdev.twitterapikit.model.Includes.topics"]},{"name":"var tweetCount: Long = 0","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.tweetCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/tweet-count.html","searchKeys":["tweetCount","var tweetCount: Long = 0","com.mcdev.twitterapikit.object.User.PublicMetrics.tweetCount"]},{"name":"var tweets: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.tweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/tweets.html","searchKeys":["tweets","var tweets: ArrayList?","com.mcdev.twitterapikit.model.Includes.tweets"]},{"name":"var type: String?","description":"com.mcdev.twitterapikit.model.Errors.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/type.html","searchKeys":["type","var type: String?","com.mcdev.twitterapikit.model.Errors.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.model.Annotations.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.model.Annotations.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.model.Error.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.model.Error.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.object.Media.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.object.Media.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.object.Place.Geo.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.object.Place.Geo.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-coordinates/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-referenced-tweets/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.type"]},{"name":"var unwoundUrl: String? = null","description":"com.mcdev.twitterapikit.model.Urls.unwoundUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/unwound-url.html","searchKeys":["unwoundUrl","var unwoundUrl: String? = null","com.mcdev.twitterapikit.model.Urls.unwoundUrl"]},{"name":"var updatedAt: String? = null","description":"com.mcdev.twitterapikit.object.Space.updatedAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/updated-at.html","searchKeys":["updatedAt","var updatedAt: String? = null","com.mcdev.twitterapikit.object.Space.updatedAt"]},{"name":"var url: String?","description":"com.mcdev.twitterapikit.model.Image.url","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/url.html","searchKeys":["url","var url: String?","com.mcdev.twitterapikit.model.Image.url"]},{"name":"var url: String? = null","description":"com.mcdev.twitterapikit.model.Urls.url","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/url.html","searchKeys":["url","var url: String? = null","com.mcdev.twitterapikit.model.Urls.url"]},{"name":"var url: String? = null","description":"com.mcdev.twitterapikit.object.User.url","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/url.html","searchKeys":["url","var url: String? = null","com.mcdev.twitterapikit.object.User.url"]},{"name":"var url: Urls? = null","description":"com.mcdev.twitterapikit.object.User.Entities.url","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/url.html","searchKeys":["url","var url: Urls? = null","com.mcdev.twitterapikit.object.User.Entities.url"]},{"name":"var urlLinkClicks: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.urlLinkClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/url-link-clicks.html","searchKeys":["urlLinkClicks","var urlLinkClicks: Long = 0","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.urlLinkClicks"]},{"name":"var urlLinkClicks: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.urlLinkClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/url-link-clicks.html","searchKeys":["urlLinkClicks","var urlLinkClicks: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.urlLinkClicks"]},{"name":"var urlLinkClicks: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.urlLinkClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/url-link-clicks.html","searchKeys":["urlLinkClicks","var urlLinkClicks: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.urlLinkClicks"]},{"name":"var urls: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/urls.html","searchKeys":["urls","var urls: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.urls"]},{"name":"var urls: ArrayList? = null","description":"com.mcdev.twitterapikit.object.User.Entities.Description.urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/urls.html","searchKeys":["urls","var urls: ArrayList? = null","com.mcdev.twitterapikit.object.User.Entities.Description.urls"]},{"name":"var userFields: List?","description":"com.mcdev.twitterapikit.model.Parameters.userFields","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/user-fields.html","searchKeys":["userFields","var userFields: List?","com.mcdev.twitterapikit.model.Parameters.userFields"]},{"name":"var userIds: List?","description":"com.mcdev.twitterapikit.model.Parameters.userIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/user-ids.html","searchKeys":["userIds","var userIds: List?","com.mcdev.twitterapikit.model.Parameters.userIds"]},{"name":"var userName: String? = null","description":"com.mcdev.twitterapikit.model.Mentions.userName","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/user-name.html","searchKeys":["userName","var userName: String? = null","com.mcdev.twitterapikit.model.Mentions.userName"]},{"name":"var userProfileClicks: Long? = 0","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.userProfileClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/user-profile-clicks.html","searchKeys":["userProfileClicks","var userProfileClicks: Long? = 0","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.userProfileClicks"]},{"name":"var userProfileClicks: Long? = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.userProfileClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/user-profile-clicks.html","searchKeys":["userProfileClicks","var userProfileClicks: Long? = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.userProfileClicks"]},{"name":"var userProfileClicks: Long? = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.userProfileClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/user-profile-clicks.html","searchKeys":["userProfileClicks","var userProfileClicks: Long? = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.userProfileClicks"]},{"name":"var username: String? = null","description":"com.mcdev.twitterapikit.object.User.username","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/username.html","searchKeys":["username","var username: String? = null","com.mcdev.twitterapikit.object.User.username"]},{"name":"var users: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.users","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/users.html","searchKeys":["users","var users: ArrayList?","com.mcdev.twitterapikit.model.Includes.users"]},{"name":"var value: String?","description":"com.mcdev.twitterapikit.model.Errors.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/value.html","searchKeys":["value","var value: String?","com.mcdev.twitterapikit.model.Errors.value"]},{"name":"var value: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/value.html","searchKeys":["value","var value: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.value"]},{"name":"var verified: Boolean = false","description":"com.mcdev.twitterapikit.object.User.verified","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/verified.html","searchKeys":["verified","var verified: Boolean = false","com.mcdev.twitterapikit.object.User.verified"]},{"name":"var viewCount: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.viewCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/view-count.html","searchKeys":["viewCount","var viewCount: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.viewCount"]},{"name":"var viewCount: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.viewCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/view-count.html","searchKeys":["viewCount","var viewCount: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.viewCount"]},{"name":"var viewCount: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PublicMetrics.viewCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/view-count.html","searchKeys":["viewCount","var viewCount: Int = 0","com.mcdev.twitterapikit.object.Media.PublicMetrics.viewCount"]},{"name":"var votes: Long? = 0","description":"com.mcdev.twitterapikit.object.Poll.Options.votes","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/votes.html","searchKeys":["votes","var votes: Long? = 0","com.mcdev.twitterapikit.object.Poll.Options.votes"]},{"name":"var votingStatus: String? = null","description":"com.mcdev.twitterapikit.object.Poll.votingStatus","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/voting-status.html","searchKeys":["votingStatus","var votingStatus: String? = null","com.mcdev.twitterapikit.object.Poll.votingStatus"]},{"name":"var width: Int = 0","description":"com.mcdev.twitterapikit.object.Media.width","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/width.html","searchKeys":["width","var width: Int = 0","com.mcdev.twitterapikit.object.Media.width"]},{"name":"var width: Int? = 0","description":"com.mcdev.twitterapikit.model.Image.width","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/width.html","searchKeys":["width","var width: Int? = 0","com.mcdev.twitterapikit.model.Image.width"]},{"name":"var withheld: Tweet.Withheld? = null","description":"com.mcdev.twitterapikit.object.Tweet.withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/withheld.html","searchKeys":["withheld","var withheld: Tweet.Withheld? = null","com.mcdev.twitterapikit.object.Tweet.withheld"]},{"name":"var withheld: User.Withheld? = null","description":"com.mcdev.twitterapikit.object.User.withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/withheld.html","searchKeys":["withheld","var withheld: User.Withheld? = null","com.mcdev.twitterapikit.object.User.withheld"]}] +[{"name":"ALL(\"${ID.value},\" +\n \"${STATE.value},\" +\n \"${HOST_IDS.value},\" +\n \"${CREATED_AT.value},\" +\n \"${CREATOR_ID.value},\" +\n \"${LANG.value},\" +\n \"${INVITED_USER_IDS.value},\" +\n \"${SPEAKER_IDS.value},\" +\n \"${STARTED_AT.value},\" +\n \"${TITLE.value},\" +\n \"${UPDATED_AT.value},\" +\n \"${SCHEDULED_START.value},\" +\n \"${IS_TICKETED.value},\" +\n \"${PARTICIPANT_COUNT.value},\" +\n \"${ENDED_AT.value},\" +\n TOPIC_IDS.value)","description":"com.mcdev.twitterapikit.field.SpaceField.ALL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-a-l-l/index.html","searchKeys":["ALL","ALL(\"${ID.value},\" +\n \"${STATE.value},\" +\n \"${HOST_IDS.value},\" +\n \"${CREATED_AT.value},\" +\n \"${CREATOR_ID.value},\" +\n \"${LANG.value},\" +\n \"${INVITED_USER_IDS.value},\" +\n \"${SPEAKER_IDS.value},\" +\n \"${STARTED_AT.value},\" +\n \"${TITLE.value},\" +\n \"${UPDATED_AT.value},\" +\n \"${SCHEDULED_START.value},\" +\n \"${IS_TICKETED.value},\" +\n \"${PARTICIPANT_COUNT.value},\" +\n \"${ENDED_AT.value},\" +\n TOPIC_IDS.value)","com.mcdev.twitterapikit.field.SpaceField.ALL"]},{"name":"ALL(\"${ID.value},\" +\n \"${TEXT.value},\" +\n \"${ATTACHMENTS.value},\" +\n \"${AUTHOR_ID.value},\" +\n \"${CONTEXT_ANNOTATIONS.value},\" +\n \"${CONVERSATION_ID.value},\" +\n \"${CREATED_AT.value},\" +\n \"${ENTITIES.value},\" +\n \"${GEO.value},\" +\n \"${IN_REPLY_TO_USER_ID.value},\" +\n \"${LANG.value},\" +\n \"${PUBLIC_METRICS.value},\" +\n \"${REFERENCED_TWEETS.value},\" +\n \"${REPLY_SETTINGS.value},\" +\n \"${SOURCE.value},\" +\n \"${WITHHELD.value},\" +\n \"${NON_PUBLIC_METRICS.value},\" +\n \"${ORGANIC_METRICS.value},\" +\n \"${POSSIBLY_SENSITIVE.value},\" +\n PROMOTED_METRICS.value)","description":"com.mcdev.twitterapikit.field.TweetField.ALL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-a-l-l/index.html","searchKeys":["ALL","ALL(\"${ID.value},\" +\n \"${TEXT.value},\" +\n \"${ATTACHMENTS.value},\" +\n \"${AUTHOR_ID.value},\" +\n \"${CONTEXT_ANNOTATIONS.value},\" +\n \"${CONVERSATION_ID.value},\" +\n \"${CREATED_AT.value},\" +\n \"${ENTITIES.value},\" +\n \"${GEO.value},\" +\n \"${IN_REPLY_TO_USER_ID.value},\" +\n \"${LANG.value},\" +\n \"${PUBLIC_METRICS.value},\" +\n \"${REFERENCED_TWEETS.value},\" +\n \"${REPLY_SETTINGS.value},\" +\n \"${SOURCE.value},\" +\n \"${WITHHELD.value},\" +\n \"${NON_PUBLIC_METRICS.value},\" +\n \"${ORGANIC_METRICS.value},\" +\n \"${POSSIBLY_SENSITIVE.value},\" +\n PROMOTED_METRICS.value)","com.mcdev.twitterapikit.field.TweetField.ALL"]},{"name":"ALL_DEFAULT(\"${ID.value},\" +\n \"${TEXT.value},\" +\n \"${ATTACHMENTS.value},\" +\n \"${AUTHOR_ID.value},\" +\n \"${CONTEXT_ANNOTATIONS.value},\" +\n \"${CONVERSATION_ID.value},\" +\n \"${CREATED_AT.value},\" +\n \"${ENTITIES.value},\" +\n \"${GEO.value},\" +\n \"${IN_REPLY_TO_USER_ID.value},\" +\n \"${LANG.value},\" +\n \"${PUBLIC_METRICS.value},\" +\n \"${REFERENCED_TWEETS.value},\" +\n \"${REPLY_SETTINGS.value},\" +\n \"${SOURCE.value},\" +\n WITHHELD.value)","description":"com.mcdev.twitterapikit.field.TweetField.ALL_DEFAULT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-a-l-l_-d-e-f-a-u-l-t/index.html","searchKeys":["ALL_DEFAULT","ALL_DEFAULT(\"${ID.value},\" +\n \"${TEXT.value},\" +\n \"${ATTACHMENTS.value},\" +\n \"${AUTHOR_ID.value},\" +\n \"${CONTEXT_ANNOTATIONS.value},\" +\n \"${CONVERSATION_ID.value},\" +\n \"${CREATED_AT.value},\" +\n \"${ENTITIES.value},\" +\n \"${GEO.value},\" +\n \"${IN_REPLY_TO_USER_ID.value},\" +\n \"${LANG.value},\" +\n \"${PUBLIC_METRICS.value},\" +\n \"${REFERENCED_TWEETS.value},\" +\n \"${REPLY_SETTINGS.value},\" +\n \"${SOURCE.value},\" +\n WITHHELD.value)","com.mcdev.twitterapikit.field.TweetField.ALL_DEFAULT"]},{"name":"ATTACHMENTS(\"attachments\")","description":"com.mcdev.twitterapikit.field.TweetField.ATTACHMENTS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-a-t-t-a-c-h-m-e-n-t-s/index.html","searchKeys":["ATTACHMENTS","ATTACHMENTS(\"attachments\")","com.mcdev.twitterapikit.field.TweetField.ATTACHMENTS"]},{"name":"ATTACHMENTS_MEDIA_KEYS(\"attachments.media_keys\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.ATTACHMENTS_MEDIA_KEYS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-a-t-t-a-c-h-m-e-n-t-s_-m-e-d-i-a_-k-e-y-s/index.html","searchKeys":["ATTACHMENTS_MEDIA_KEYS","ATTACHMENTS_MEDIA_KEYS(\"attachments.media_keys\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.ATTACHMENTS_MEDIA_KEYS"]},{"name":"ATTACHMENTS_MEDIA_KEYS(\"attachments.media_keys\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.ATTACHMENTS_MEDIA_KEYS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-a-t-t-a-c-h-m-e-n-t-s_-m-e-d-i-a_-k-e-y-s/index.html","searchKeys":["ATTACHMENTS_MEDIA_KEYS","ATTACHMENTS_MEDIA_KEYS(\"attachments.media_keys\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.ATTACHMENTS_MEDIA_KEYS"]},{"name":"ATTACHMENTS_POLL_ID(\"attachments.poll_ids\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.ATTACHMENTS_POLL_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-a-t-t-a-c-h-m-e-n-t-s_-p-o-l-l_-i-d/index.html","searchKeys":["ATTACHMENTS_POLL_ID","ATTACHMENTS_POLL_ID(\"attachments.poll_ids\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.ATTACHMENTS_POLL_ID"]},{"name":"ATTACHMENTS_POLL_IDS(\"attachments.poll_ids\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.ATTACHMENTS_POLL_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-a-t-t-a-c-h-m-e-n-t-s_-p-o-l-l_-i-d-s/index.html","searchKeys":["ATTACHMENTS_POLL_IDS","ATTACHMENTS_POLL_IDS(\"attachments.poll_ids\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.ATTACHMENTS_POLL_IDS"]},{"name":"AUTHOR_ID(\"author_id\")","description":"com.mcdev.twitterapikit.expansion.ListTweetsExpansion.AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-tweets-expansion/-a-u-t-h-o-r_-i-d/index.html","searchKeys":["AUTHOR_ID","AUTHOR_ID(\"author_id\")","com.mcdev.twitterapikit.expansion.ListTweetsExpansion.AUTHOR_ID"]},{"name":"AUTHOR_ID(\"author_id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-a-u-t-h-o-r_-i-d/index.html","searchKeys":["AUTHOR_ID","AUTHOR_ID(\"author_id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.AUTHOR_ID"]},{"name":"AUTHOR_ID(\"author_id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-a-u-t-h-o-r_-i-d/index.html","searchKeys":["AUTHOR_ID","AUTHOR_ID(\"author_id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.AUTHOR_ID"]},{"name":"AUTHOR_ID(\"author_id\")","description":"com.mcdev.twitterapikit.field.TweetField.AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-a-u-t-h-o-r_-i-d/index.html","searchKeys":["AUTHOR_ID","AUTHOR_ID(\"author_id\")","com.mcdev.twitterapikit.field.TweetField.AUTHOR_ID"]},{"name":"All(\"all\")","description":"com.mcdev.twitterapikit.model.SpaceState.All","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/-all/index.html","searchKeys":["All","All(\"all\")","com.mcdev.twitterapikit.model.SpaceState.All"]},{"name":"CONTAINED_WITHIN(\"contained_within\")","description":"com.mcdev.twitterapikit.field.PlaceField.CONTAINED_WITHIN","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-c-o-n-t-a-i-n-e-d_-w-i-t-h-i-n/index.html","searchKeys":["CONTAINED_WITHIN","CONTAINED_WITHIN(\"contained_within\")","com.mcdev.twitterapikit.field.PlaceField.CONTAINED_WITHIN"]},{"name":"CONTEXT_ANNOTATIONS(\"context_annotations\")","description":"com.mcdev.twitterapikit.field.TweetField.CONTEXT_ANNOTATIONS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-c-o-n-t-e-x-t_-a-n-n-o-t-a-t-i-o-n-s/index.html","searchKeys":["CONTEXT_ANNOTATIONS","CONTEXT_ANNOTATIONS(\"context_annotations\")","com.mcdev.twitterapikit.field.TweetField.CONTEXT_ANNOTATIONS"]},{"name":"CONVERSATION_ID(\"conversation_id\")","description":"com.mcdev.twitterapikit.field.TweetField.CONVERSATION_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-c-o-n-v-e-r-s-a-t-i-o-n_-i-d/index.html","searchKeys":["CONVERSATION_ID","CONVERSATION_ID(\"conversation_id\")","com.mcdev.twitterapikit.field.TweetField.CONVERSATION_ID"]},{"name":"COUNTRY(\"country\")","description":"com.mcdev.twitterapikit.field.PlaceField.COUNTRY","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-c-o-u-n-t-r-y/index.html","searchKeys":["COUNTRY","COUNTRY(\"country\")","com.mcdev.twitterapikit.field.PlaceField.COUNTRY"]},{"name":"COUNTRY_CODE(\"country_code\")","description":"com.mcdev.twitterapikit.field.PlaceField.COUNTRY_CODE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-c-o-u-n-t-r-y_-c-o-d-e/index.html","searchKeys":["COUNTRY_CODE","COUNTRY_CODE(\"country_code\")","com.mcdev.twitterapikit.field.PlaceField.COUNTRY_CODE"]},{"name":"CREATED_AT(\"created_at\")","description":"com.mcdev.twitterapikit.field.ListField.CREATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-c-r-e-a-t-e-d_-a-t/index.html","searchKeys":["CREATED_AT","CREATED_AT(\"created_at\")","com.mcdev.twitterapikit.field.ListField.CREATED_AT"]},{"name":"CREATED_AT(\"created_at\")","description":"com.mcdev.twitterapikit.field.SpaceField.CREATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-c-r-e-a-t-e-d_-a-t/index.html","searchKeys":["CREATED_AT","CREATED_AT(\"created_at\")","com.mcdev.twitterapikit.field.SpaceField.CREATED_AT"]},{"name":"CREATED_AT(\"created_at\")","description":"com.mcdev.twitterapikit.field.TweetField.CREATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-c-r-e-a-t-e-d_-a-t/index.html","searchKeys":["CREATED_AT","CREATED_AT(\"created_at\")","com.mcdev.twitterapikit.field.TweetField.CREATED_AT"]},{"name":"CREATED_AT(\"created_at\")","description":"com.mcdev.twitterapikit.field.UserField.CREATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-c-r-e-a-t-e-d_-a-t/index.html","searchKeys":["CREATED_AT","CREATED_AT(\"created_at\")","com.mcdev.twitterapikit.field.UserField.CREATED_AT"]},{"name":"CREATOR_ID(\"creator_id\")","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.CREATOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/-c-r-e-a-t-o-r_-i-d/index.html","searchKeys":["CREATOR_ID","CREATOR_ID(\"creator_id\")","com.mcdev.twitterapikit.expansion.SpacesExpansion.CREATOR_ID"]},{"name":"CREATOR_ID(\"creator_id\")","description":"com.mcdev.twitterapikit.field.SpaceField.CREATOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-c-r-e-a-t-o-r_-i-d/index.html","searchKeys":["CREATOR_ID","CREATOR_ID(\"creator_id\")","com.mcdev.twitterapikit.field.SpaceField.CREATOR_ID"]},{"name":"DEFAULT(\",\")","description":"com.mcdev.twitterapikit.field.SpaceField.DEFAULT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-d-e-f-a-u-l-t/index.html","searchKeys":["DEFAULT","DEFAULT(\",\")","com.mcdev.twitterapikit.field.SpaceField.DEFAULT"]},{"name":"DEFAULT(\",\")","description":"com.mcdev.twitterapikit.field.TweetField.DEFAULT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-d-e-f-a-u-l-t/index.html","searchKeys":["DEFAULT","DEFAULT(\",\")","com.mcdev.twitterapikit.field.TweetField.DEFAULT"]},{"name":"DESCRIPTION(\"description\")","description":"com.mcdev.twitterapikit.field.ListField.DESCRIPTION","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-d-e-s-c-r-i-p-t-i-o-n/index.html","searchKeys":["DESCRIPTION","DESCRIPTION(\"description\")","com.mcdev.twitterapikit.field.ListField.DESCRIPTION"]},{"name":"DESCRIPTION(\"description\")","description":"com.mcdev.twitterapikit.field.TopicField.DESCRIPTION","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/-d-e-s-c-r-i-p-t-i-o-n/index.html","searchKeys":["DESCRIPTION","DESCRIPTION(\"description\")","com.mcdev.twitterapikit.field.TopicField.DESCRIPTION"]},{"name":"DESCRIPTION(\"description\")","description":"com.mcdev.twitterapikit.field.UserField.DESCRIPTION","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-d-e-s-c-r-i-p-t-i-o-n/index.html","searchKeys":["DESCRIPTION","DESCRIPTION(\"description\")","com.mcdev.twitterapikit.field.UserField.DESCRIPTION"]},{"name":"DURATION_MINUTES(\"duration_minutes\")","description":"com.mcdev.twitterapikit.field.PollField.DURATION_MINUTES","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-d-u-r-a-t-i-o-n_-m-i-n-u-t-e-s/index.html","searchKeys":["DURATION_MINUTES","DURATION_MINUTES(\"duration_minutes\")","com.mcdev.twitterapikit.field.PollField.DURATION_MINUTES"]},{"name":"DURATION_MS(\"duration_ms\")","description":"com.mcdev.twitterapikit.field.MediaField.DURATION_MS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-d-u-r-a-t-i-o-n_-m-s/index.html","searchKeys":["DURATION_MS","DURATION_MS(\"duration_ms\")","com.mcdev.twitterapikit.field.MediaField.DURATION_MS"]},{"name":"ENDED_AT(\"ended_at\")","description":"com.mcdev.twitterapikit.field.SpaceField.ENDED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-e-n-d-e-d_-a-t/index.html","searchKeys":["ENDED_AT","ENDED_AT(\"ended_at\")","com.mcdev.twitterapikit.field.SpaceField.ENDED_AT"]},{"name":"END_DATETIME(\"end_datetime\")","description":"com.mcdev.twitterapikit.field.PollField.END_DATETIME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-e-n-d_-d-a-t-e-t-i-m-e/index.html","searchKeys":["END_DATETIME","END_DATETIME(\"end_datetime\")","com.mcdev.twitterapikit.field.PollField.END_DATETIME"]},{"name":"ENTITIES(\"entities\")","description":"com.mcdev.twitterapikit.field.TweetField.ENTITIES","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-e-n-t-i-t-i-e-s/index.html","searchKeys":["ENTITIES","ENTITIES(\"entities\")","com.mcdev.twitterapikit.field.TweetField.ENTITIES"]},{"name":"ENTITIES(\"entities\")","description":"com.mcdev.twitterapikit.field.UserField.ENTITIES","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-e-n-t-i-t-i-e-s/index.html","searchKeys":["ENTITIES","ENTITIES(\"entities\")","com.mcdev.twitterapikit.field.UserField.ENTITIES"]},{"name":"ENTITIES_MENTIONS_USERNAME(\"entities.mentions.username\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.ENTITIES_MENTIONS_USERNAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-e-n-t-i-t-i-e-s_-m-e-n-t-i-o-n-s_-u-s-e-r-n-a-m-e/index.html","searchKeys":["ENTITIES_MENTIONS_USERNAME","ENTITIES_MENTIONS_USERNAME(\"entities.mentions.username\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.ENTITIES_MENTIONS_USERNAME"]},{"name":"ENTITIES_MENTIONS_USERNAME(\"entities.mentions.username\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.ENTITIES_MENTIONS_USERNAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-e-n-t-i-t-i-e-s_-m-e-n-t-i-o-n-s_-u-s-e-r-n-a-m-e/index.html","searchKeys":["ENTITIES_MENTIONS_USERNAME","ENTITIES_MENTIONS_USERNAME(\"entities.mentions.username\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.ENTITIES_MENTIONS_USERNAME"]},{"name":"FOLLOWER_COUNT(\"follower_count\")","description":"com.mcdev.twitterapikit.field.ListField.FOLLOWER_COUNT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-f-o-l-l-o-w-e-r_-c-o-u-n-t/index.html","searchKeys":["FOLLOWER_COUNT","FOLLOWER_COUNT(\"follower_count\")","com.mcdev.twitterapikit.field.ListField.FOLLOWER_COUNT"]},{"name":"FULL_NAME(\"full_name\")","description":"com.mcdev.twitterapikit.field.PlaceField.FULL_NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-f-u-l-l_-n-a-m-e/index.html","searchKeys":["FULL_NAME","FULL_NAME(\"full_name\")","com.mcdev.twitterapikit.field.PlaceField.FULL_NAME"]},{"name":"GEO(\"geo\")","description":"com.mcdev.twitterapikit.field.PlaceField.GEO","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-g-e-o/index.html","searchKeys":["GEO","GEO(\"geo\")","com.mcdev.twitterapikit.field.PlaceField.GEO"]},{"name":"GEO(\"geo\")","description":"com.mcdev.twitterapikit.field.TweetField.GEO","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-g-e-o/index.html","searchKeys":["GEO","GEO(\"geo\")","com.mcdev.twitterapikit.field.TweetField.GEO"]},{"name":"GEO_PLACE_ID(\"geo.place_id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.GEO_PLACE_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-g-e-o_-p-l-a-c-e_-i-d/index.html","searchKeys":["GEO_PLACE_ID","GEO_PLACE_ID(\"geo.place_id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.GEO_PLACE_ID"]},{"name":"GEO_PLACE_ID(\"geo.place_id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.GEO_PLACE_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-g-e-o_-p-l-a-c-e_-i-d/index.html","searchKeys":["GEO_PLACE_ID","GEO_PLACE_ID(\"geo.place_id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.GEO_PLACE_ID"]},{"name":"HEIGHT(\"height\")","description":"com.mcdev.twitterapikit.field.MediaField.HEIGHT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-h-e-i-g-h-t/index.html","searchKeys":["HEIGHT","HEIGHT(\"height\")","com.mcdev.twitterapikit.field.MediaField.HEIGHT"]},{"name":"HOST_IDS(\"host_ids\")","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.HOST_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/-h-o-s-t_-i-d-s/index.html","searchKeys":["HOST_IDS","HOST_IDS(\"host_ids\")","com.mcdev.twitterapikit.expansion.SpacesExpansion.HOST_IDS"]},{"name":"HOST_IDS(\"host_ids\")","description":"com.mcdev.twitterapikit.field.SpaceField.HOST_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-h-o-s-t_-i-d-s/index.html","searchKeys":["HOST_IDS","HOST_IDS(\"host_ids\")","com.mcdev.twitterapikit.field.SpaceField.HOST_IDS"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.ListField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.ListField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.PlaceField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.PlaceField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.PollField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.PollField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.SpaceField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.SpaceField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.TopicField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.TopicField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.TweetField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.TweetField.ID"]},{"name":"ID(\"id\")","description":"com.mcdev.twitterapikit.field.UserField.ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-i-d/index.html","searchKeys":["ID","ID(\"id\")","com.mcdev.twitterapikit.field.UserField.ID"]},{"name":"INVITED_USER_IDS(\"invited_user_ids\")","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.INVITED_USER_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/-i-n-v-i-t-e-d_-u-s-e-r_-i-d-s/index.html","searchKeys":["INVITED_USER_IDS","INVITED_USER_IDS(\"invited_user_ids\")","com.mcdev.twitterapikit.expansion.SpacesExpansion.INVITED_USER_IDS"]},{"name":"INVITED_USER_IDS(\"invited_user_ids\")","description":"com.mcdev.twitterapikit.field.SpaceField.INVITED_USER_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-i-n-v-i-t-e-d_-u-s-e-r_-i-d-s/index.html","searchKeys":["INVITED_USER_IDS","INVITED_USER_IDS(\"invited_user_ids\")","com.mcdev.twitterapikit.field.SpaceField.INVITED_USER_IDS"]},{"name":"IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.IN_REPLY_TO_USER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-i-n_-r-e-p-l-y_-t-o_-u-s-e-r_-i-d/index.html","searchKeys":["IN_REPLY_TO_USER_ID","IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.IN_REPLY_TO_USER_ID"]},{"name":"IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.IN_REPLY_TO_USER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-i-n_-r-e-p-l-y_-t-o_-u-s-e-r_-i-d/index.html","searchKeys":["IN_REPLY_TO_USER_ID","IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.IN_REPLY_TO_USER_ID"]},{"name":"IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","description":"com.mcdev.twitterapikit.field.TweetField.IN_REPLY_TO_USER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-i-n_-r-e-p-l-y_-t-o_-u-s-e-r_-i-d/index.html","searchKeys":["IN_REPLY_TO_USER_ID","IN_REPLY_TO_USER_ID(\"in_reply_to_user_id\")","com.mcdev.twitterapikit.field.TweetField.IN_REPLY_TO_USER_ID"]},{"name":"IS_TICKETED(\"is_ticketed\")","description":"com.mcdev.twitterapikit.field.SpaceField.IS_TICKETED","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-i-s_-t-i-c-k-e-t-e-d/index.html","searchKeys":["IS_TICKETED","IS_TICKETED(\"is_ticketed\")","com.mcdev.twitterapikit.field.SpaceField.IS_TICKETED"]},{"name":"LANG(\"lang\")","description":"com.mcdev.twitterapikit.field.SpaceField.LANG","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-l-a-n-g/index.html","searchKeys":["LANG","LANG(\"lang\")","com.mcdev.twitterapikit.field.SpaceField.LANG"]},{"name":"LANG(\"lang\")","description":"com.mcdev.twitterapikit.field.TweetField.LANG","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-l-a-n-g/index.html","searchKeys":["LANG","LANG(\"lang\")","com.mcdev.twitterapikit.field.TweetField.LANG"]},{"name":"LIVE(\"live\")","description":"com.mcdev.twitterapikit.model.SpaceState.LIVE","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/-l-i-v-e/index.html","searchKeys":["LIVE","LIVE(\"live\")","com.mcdev.twitterapikit.model.SpaceState.LIVE"]},{"name":"LOCATION(\"location\")","description":"com.mcdev.twitterapikit.field.UserField.LOCATION","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-l-o-c-a-t-i-o-n/index.html","searchKeys":["LOCATION","LOCATION(\"location\")","com.mcdev.twitterapikit.field.UserField.LOCATION"]},{"name":"MEDIA_KEY(\"media_key\")","description":"com.mcdev.twitterapikit.field.MediaField.MEDIA_KEY","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-m-e-d-i-a_-k-e-y/index.html","searchKeys":["MEDIA_KEY","MEDIA_KEY(\"media_key\")","com.mcdev.twitterapikit.field.MediaField.MEDIA_KEY"]},{"name":"MEMBER_COUNT(\"member_count\")","description":"com.mcdev.twitterapikit.field.ListField.MEMBER_COUNT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-m-e-m-b-e-r_-c-o-u-n-t/index.html","searchKeys":["MEMBER_COUNT","MEMBER_COUNT(\"member_count\")","com.mcdev.twitterapikit.field.ListField.MEMBER_COUNT"]},{"name":"NAME(\"name\")","description":"com.mcdev.twitterapikit.field.ListField.NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-n-a-m-e/index.html","searchKeys":["NAME","NAME(\"name\")","com.mcdev.twitterapikit.field.ListField.NAME"]},{"name":"NAME(\"name\")","description":"com.mcdev.twitterapikit.field.PlaceField.NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-n-a-m-e/index.html","searchKeys":["NAME","NAME(\"name\")","com.mcdev.twitterapikit.field.PlaceField.NAME"]},{"name":"NAME(\"name\")","description":"com.mcdev.twitterapikit.field.TopicField.NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/-n-a-m-e/index.html","searchKeys":["NAME","NAME(\"name\")","com.mcdev.twitterapikit.field.TopicField.NAME"]},{"name":"NAME(\"name\")","description":"com.mcdev.twitterapikit.field.UserField.NAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-n-a-m-e/index.html","searchKeys":["NAME","NAME(\"name\")","com.mcdev.twitterapikit.field.UserField.NAME"]},{"name":"NON_PUBLIC_METRICS(\"non_public_metrics\")","description":"com.mcdev.twitterapikit.field.MediaField.NON_PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-n-o-n_-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["NON_PUBLIC_METRICS","NON_PUBLIC_METRICS(\"non_public_metrics\")","com.mcdev.twitterapikit.field.MediaField.NON_PUBLIC_METRICS"]},{"name":"NON_PUBLIC_METRICS(\"non_public_metrics\")","description":"com.mcdev.twitterapikit.field.TweetField.NON_PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-n-o-n_-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["NON_PUBLIC_METRICS","NON_PUBLIC_METRICS(\"non_public_metrics\")","com.mcdev.twitterapikit.field.TweetField.NON_PUBLIC_METRICS"]},{"name":"OPTIONS(\"options\")","description":"com.mcdev.twitterapikit.field.PollField.OPTIONS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-o-p-t-i-o-n-s/index.html","searchKeys":["OPTIONS","OPTIONS(\"options\")","com.mcdev.twitterapikit.field.PollField.OPTIONS"]},{"name":"ORGANIC_METRICS(\"organic_metrics\")","description":"com.mcdev.twitterapikit.field.MediaField.ORGANIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-o-r-g-a-n-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["ORGANIC_METRICS","ORGANIC_METRICS(\"organic_metrics\")","com.mcdev.twitterapikit.field.MediaField.ORGANIC_METRICS"]},{"name":"ORGANIC_METRICS(\"organic_metrics\")","description":"com.mcdev.twitterapikit.field.TweetField.ORGANIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-o-r-g-a-n-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["ORGANIC_METRICS","ORGANIC_METRICS(\"organic_metrics\")","com.mcdev.twitterapikit.field.TweetField.ORGANIC_METRICS"]},{"name":"ORGANIZATION(\"Organization \")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.ORGANIZATION","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-o-r-g-a-n-i-z-a-t-i-o-n/index.html","searchKeys":["ORGANIZATION","ORGANIZATION(\"Organization \")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.ORGANIZATION"]},{"name":"OTHER(\"Other \")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.OTHER","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-o-t-h-e-r/index.html","searchKeys":["OTHER","OTHER(\"Other \")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.OTHER"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.expansion.ListFollowExpansion.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-follow-expansion/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.expansion.ListFollowExpansion.OWNER_ID"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.expansion.ListMembershipExpansion.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-membership-expansion/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.expansion.ListMembershipExpansion.OWNER_ID"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.expansion.ListPinnedExpansion.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-pinned-expansion/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.expansion.ListPinnedExpansion.OWNER_ID"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.expansion.ListsExpansion.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-lists-expansion/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.expansion.ListsExpansion.OWNER_ID"]},{"name":"OWNER_ID(\"owner_id\")","description":"com.mcdev.twitterapikit.field.ListField.OWNER_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-o-w-n-e-r_-i-d/index.html","searchKeys":["OWNER_ID","OWNER_ID(\"owner_id\")","com.mcdev.twitterapikit.field.ListField.OWNER_ID"]},{"name":"PARTICIPANT_COUNT(\"participant_count\")","description":"com.mcdev.twitterapikit.field.SpaceField.PARTICIPANT_COUNT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-p-a-r-t-i-c-i-p-a-n-t_-c-o-u-n-t/index.html","searchKeys":["PARTICIPANT_COUNT","PARTICIPANT_COUNT(\"participant_count\")","com.mcdev.twitterapikit.field.SpaceField.PARTICIPANT_COUNT"]},{"name":"PERSON(\"Person\")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.PERSON","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-p-e-r-s-o-n/index.html","searchKeys":["PERSON","PERSON(\"Person\")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.PERSON"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.BlocksExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-blocks-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.BlocksExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.FollowsExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-follows-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.FollowsExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.LikesExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-likes-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.LikesExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.ListFollowersExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-followers-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.ListFollowersExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.ListMembersExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-members-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.ListMembersExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.MutesExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-mutes-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.MutesExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.RetweetExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-retweet-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.RetweetExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-buyers-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.expansion.UsersExpansion.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-users-expansion/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.expansion.UsersExpansion.PINNED_TWEET_ID"]},{"name":"PINNED_TWEET_ID(\"pinned_tweet_id\")","description":"com.mcdev.twitterapikit.field.UserField.PINNED_TWEET_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-p-i-n-n-e-d_-t-w-e-e-t_-i-d/index.html","searchKeys":["PINNED_TWEET_ID","PINNED_TWEET_ID(\"pinned_tweet_id\")","com.mcdev.twitterapikit.field.UserField.PINNED_TWEET_ID"]},{"name":"PLACE(\"Place\")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.PLACE","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-p-l-a-c-e/index.html","searchKeys":["PLACE","PLACE(\"Place\")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.PLACE"]},{"name":"PLACE_TYPE(\"place_type\")","description":"com.mcdev.twitterapikit.field.PlaceField.PLACE_TYPE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/-p-l-a-c-e_-t-y-p-e/index.html","searchKeys":["PLACE_TYPE","PLACE_TYPE(\"place_type\")","com.mcdev.twitterapikit.field.PlaceField.PLACE_TYPE"]},{"name":"POSSIBLY_SENSITIVE(\"possibly_sensitive\")","description":"com.mcdev.twitterapikit.field.TweetField.POSSIBLY_SENSITIVE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-p-o-s-s-i-b-l-y_-s-e-n-s-i-t-i-v-e/index.html","searchKeys":["POSSIBLY_SENSITIVE","POSSIBLY_SENSITIVE(\"possibly_sensitive\")","com.mcdev.twitterapikit.field.TweetField.POSSIBLY_SENSITIVE"]},{"name":"PREVIEW_IMAGE_URL(\"preview_image_url\")","description":"com.mcdev.twitterapikit.field.MediaField.PREVIEW_IMAGE_URL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-p-r-e-v-i-e-w_-i-m-a-g-e_-u-r-l/index.html","searchKeys":["PREVIEW_IMAGE_URL","PREVIEW_IMAGE_URL(\"preview_image_url\")","com.mcdev.twitterapikit.field.MediaField.PREVIEW_IMAGE_URL"]},{"name":"PRIVATE(\"private\")","description":"com.mcdev.twitterapikit.field.ListField.PRIVATE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/-p-r-i-v-a-t-e/index.html","searchKeys":["PRIVATE","PRIVATE(\"private\")","com.mcdev.twitterapikit.field.ListField.PRIVATE"]},{"name":"PRODUCT(\"Product\")","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.PRODUCT","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/-p-r-o-d-u-c-t/index.html","searchKeys":["PRODUCT","PRODUCT(\"Product\")","com.mcdev.twitterapikit.model.EntityAnnotation.Type.PRODUCT"]},{"name":"PROFILE_IMAGE_URL(\"profile_image_url\")","description":"com.mcdev.twitterapikit.field.UserField.PROFILE_IMAGE_URL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-p-r-o-f-i-l-e_-i-m-a-g-e_-u-r-l/index.html","searchKeys":["PROFILE_IMAGE_URL","PROFILE_IMAGE_URL(\"profile_image_url\")","com.mcdev.twitterapikit.field.UserField.PROFILE_IMAGE_URL"]},{"name":"PROMOTED_METRICS(\"promoted_metrics\")","description":"com.mcdev.twitterapikit.field.MediaField.PROMOTED_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-p-r-o-m-o-t-e-d_-m-e-t-r-i-c-s/index.html","searchKeys":["PROMOTED_METRICS","PROMOTED_METRICS(\"promoted_metrics\")","com.mcdev.twitterapikit.field.MediaField.PROMOTED_METRICS"]},{"name":"PROMOTED_METRICS(\"promoted_metrics\")","description":"com.mcdev.twitterapikit.field.TweetField.PROMOTED_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-p-r-o-m-o-t-e-d_-m-e-t-r-i-c-s/index.html","searchKeys":["PROMOTED_METRICS","PROMOTED_METRICS(\"promoted_metrics\")","com.mcdev.twitterapikit.field.TweetField.PROMOTED_METRICS"]},{"name":"PROTECTED(\"protected\")","description":"com.mcdev.twitterapikit.field.UserField.PROTECTED","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-p-r-o-t-e-c-t-e-d/index.html","searchKeys":["PROTECTED","PROTECTED(\"protected\")","com.mcdev.twitterapikit.field.UserField.PROTECTED"]},{"name":"PUBLIC_METRICS(\"public_metrics\")","description":"com.mcdev.twitterapikit.field.MediaField.PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["PUBLIC_METRICS","PUBLIC_METRICS(\"public_metrics\")","com.mcdev.twitterapikit.field.MediaField.PUBLIC_METRICS"]},{"name":"PUBLIC_METRICS(\"public_metrics\")","description":"com.mcdev.twitterapikit.field.TweetField.PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["PUBLIC_METRICS","PUBLIC_METRICS(\"public_metrics\")","com.mcdev.twitterapikit.field.TweetField.PUBLIC_METRICS"]},{"name":"PUBLIC_METRICS(\"public_metrics\")","description":"com.mcdev.twitterapikit.field.UserField.PUBLIC_METRICS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-p-u-b-l-i-c_-m-e-t-r-i-c-s/index.html","searchKeys":["PUBLIC_METRICS","PUBLIC_METRICS(\"public_metrics\")","com.mcdev.twitterapikit.field.UserField.PUBLIC_METRICS"]},{"name":"REFERENCED_TWEETS(\"referenced_tweets\")","description":"com.mcdev.twitterapikit.field.TweetField.REFERENCED_TWEETS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s/index.html","searchKeys":["REFERENCED_TWEETS","REFERENCED_TWEETS(\"referenced_tweets\")","com.mcdev.twitterapikit.field.TweetField.REFERENCED_TWEETS"]},{"name":"REFERENCED_TWEETS_ID(\"referenced_tweets.id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.REFERENCED_TWEETS_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s_-i-d/index.html","searchKeys":["REFERENCED_TWEETS_ID","REFERENCED_TWEETS_ID(\"referenced_tweets.id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.REFERENCED_TWEETS_ID"]},{"name":"REFERENCED_TWEETS_ID(\"referenced_tweets.id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.REFERENCED_TWEETS_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s_-i-d/index.html","searchKeys":["REFERENCED_TWEETS_ID","REFERENCED_TWEETS_ID(\"referenced_tweets.id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.REFERENCED_TWEETS_ID"]},{"name":"REFERENCED_TWEETS_ID_AUTHOR_ID(\"referenced_tweets.id.author_id\")","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.REFERENCED_TWEETS_ID_AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s_-i-d_-a-u-t-h-o-r_-i-d/index.html","searchKeys":["REFERENCED_TWEETS_ID_AUTHOR_ID","REFERENCED_TWEETS_ID_AUTHOR_ID(\"referenced_tweets.id.author_id\")","com.mcdev.twitterapikit.expansion.TimelinesExpansion.REFERENCED_TWEETS_ID_AUTHOR_ID"]},{"name":"REFERENCED_TWEETS_ID_AUTHOR_ID(\"referenced_tweets.id.author_id\")","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.REFERENCED_TWEETS_ID_AUTHOR_ID","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/-r-e-f-e-r-e-n-c-e-d_-t-w-e-e-t-s_-i-d_-a-u-t-h-o-r_-i-d/index.html","searchKeys":["REFERENCED_TWEETS_ID_AUTHOR_ID","REFERENCED_TWEETS_ID_AUTHOR_ID(\"referenced_tweets.id.author_id\")","com.mcdev.twitterapikit.expansion.TweetsExpansion.REFERENCED_TWEETS_ID_AUTHOR_ID"]},{"name":"REPLY_SETTINGS(\"reply_settings\")","description":"com.mcdev.twitterapikit.field.TweetField.REPLY_SETTINGS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-r-e-p-l-y_-s-e-t-t-i-n-g-s/index.html","searchKeys":["REPLY_SETTINGS","REPLY_SETTINGS(\"reply_settings\")","com.mcdev.twitterapikit.field.TweetField.REPLY_SETTINGS"]},{"name":"SCHEDULED(\"scheduled\")","description":"com.mcdev.twitterapikit.model.SpaceState.SCHEDULED","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/-s-c-h-e-d-u-l-e-d/index.html","searchKeys":["SCHEDULED","SCHEDULED(\"scheduled\")","com.mcdev.twitterapikit.model.SpaceState.SCHEDULED"]},{"name":"SCHEDULED_START(\"scheduled_start\")","description":"com.mcdev.twitterapikit.field.SpaceField.SCHEDULED_START","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-s-c-h-e-d-u-l-e-d_-s-t-a-r-t/index.html","searchKeys":["SCHEDULED_START","SCHEDULED_START(\"scheduled_start\")","com.mcdev.twitterapikit.field.SpaceField.SCHEDULED_START"]},{"name":"SOURCE(\"source\")","description":"com.mcdev.twitterapikit.field.TweetField.SOURCE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-s-o-u-r-c-e/index.html","searchKeys":["SOURCE","SOURCE(\"source\")","com.mcdev.twitterapikit.field.TweetField.SOURCE"]},{"name":"SPEAKER_IDS(\"speaker_ids\")","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.SPEAKER_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/-s-p-e-a-k-e-r_-i-d-s/index.html","searchKeys":["SPEAKER_IDS","SPEAKER_IDS(\"speaker_ids\")","com.mcdev.twitterapikit.expansion.SpacesExpansion.SPEAKER_IDS"]},{"name":"SPEAKER_IDS(\"speaker_ids\")","description":"com.mcdev.twitterapikit.field.SpaceField.SPEAKER_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-s-p-e-a-k-e-r_-i-d-s/index.html","searchKeys":["SPEAKER_IDS","SPEAKER_IDS(\"speaker_ids\")","com.mcdev.twitterapikit.field.SpaceField.SPEAKER_IDS"]},{"name":"STARTED_AT(\"started_at\")","description":"com.mcdev.twitterapikit.field.SpaceField.STARTED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-s-t-a-r-t-e-d_-a-t/index.html","searchKeys":["STARTED_AT","STARTED_AT(\"started_at\")","com.mcdev.twitterapikit.field.SpaceField.STARTED_AT"]},{"name":"STATE(\"state\")","description":"com.mcdev.twitterapikit.field.SpaceField.STATE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-s-t-a-t-e/index.html","searchKeys":["STATE","STATE(\"state\")","com.mcdev.twitterapikit.field.SpaceField.STATE"]},{"name":"TEXT(\"text\")","description":"com.mcdev.twitterapikit.field.TweetField.TEXT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-t-e-x-t/index.html","searchKeys":["TEXT","TEXT(\"text\")","com.mcdev.twitterapikit.field.TweetField.TEXT"]},{"name":"TITLE(\"title\")","description":"com.mcdev.twitterapikit.field.SpaceField.TITLE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-t-i-t-l-e/index.html","searchKeys":["TITLE","TITLE(\"title\")","com.mcdev.twitterapikit.field.SpaceField.TITLE"]},{"name":"TOPIC_IDS(\"topic_ids\")","description":"com.mcdev.twitterapikit.field.SpaceField.TOPIC_IDS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-t-o-p-i-c_-i-d-s/index.html","searchKeys":["TOPIC_IDS","TOPIC_IDS(\"topic_ids\")","com.mcdev.twitterapikit.field.SpaceField.TOPIC_IDS"]},{"name":"TYPE(\"type\")","description":"com.mcdev.twitterapikit.field.MediaField.TYPE","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-t-y-p-e/index.html","searchKeys":["TYPE","TYPE(\"type\")","com.mcdev.twitterapikit.field.MediaField.TYPE"]},{"name":"UPDATED_AT(\"updated_at\")","description":"com.mcdev.twitterapikit.field.SpaceField.UPDATED_AT","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/-u-p-d-a-t-e-d_-a-t/index.html","searchKeys":["UPDATED_AT","UPDATED_AT(\"updated_at\")","com.mcdev.twitterapikit.field.SpaceField.UPDATED_AT"]},{"name":"URL(\"url\")","description":"com.mcdev.twitterapikit.field.MediaField.URL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-u-r-l/index.html","searchKeys":["URL","URL(\"url\")","com.mcdev.twitterapikit.field.MediaField.URL"]},{"name":"URL(\"url\")","description":"com.mcdev.twitterapikit.field.UserField.URL","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-u-r-l/index.html","searchKeys":["URL","URL(\"url\")","com.mcdev.twitterapikit.field.UserField.URL"]},{"name":"USERNAME(\"username\")","description":"com.mcdev.twitterapikit.field.UserField.USERNAME","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-u-s-e-r-n-a-m-e/index.html","searchKeys":["USERNAME","USERNAME(\"username\")","com.mcdev.twitterapikit.field.UserField.USERNAME"]},{"name":"VERIFIED(\"verified\")","description":"com.mcdev.twitterapikit.field.UserField.VERIFIED","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-v-e-r-i-f-i-e-d/index.html","searchKeys":["VERIFIED","VERIFIED(\"verified\")","com.mcdev.twitterapikit.field.UserField.VERIFIED"]},{"name":"VOTING_STATUS(\"voting_status\")","description":"com.mcdev.twitterapikit.field.PollField.VOTING_STATUS","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/-v-o-t-i-n-g_-s-t-a-t-u-s/index.html","searchKeys":["VOTING_STATUS","VOTING_STATUS(\"voting_status\")","com.mcdev.twitterapikit.field.PollField.VOTING_STATUS"]},{"name":"WIDTH(\"width\")","description":"com.mcdev.twitterapikit.field.MediaField.WIDTH","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/-w-i-d-t-h/index.html","searchKeys":["WIDTH","WIDTH(\"width\")","com.mcdev.twitterapikit.field.MediaField.WIDTH"]},{"name":"WITHHELD(\"withheld\")","description":"com.mcdev.twitterapikit.field.TweetField.WITHHELD","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/-w-i-t-h-h-e-l-d/index.html","searchKeys":["WITHHELD","WITHHELD(\"withheld\")","com.mcdev.twitterapikit.field.TweetField.WITHHELD"]},{"name":"WITHHELD(\"withheld\")","description":"com.mcdev.twitterapikit.field.UserField.WITHHELD","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/-w-i-t-h-h-e-l-d/index.html","searchKeys":["WITHHELD","WITHHELD(\"withheld\")","com.mcdev.twitterapikit.field.UserField.WITHHELD"]},{"name":"class ContextAnnotations","description":"com.mcdev.twitterapikit.object.Tweet.ContextAnnotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-context-annotations/index.html","searchKeys":["ContextAnnotations","class ContextAnnotations","com.mcdev.twitterapikit.object.Tweet.ContextAnnotations"]},{"name":"class Entities","description":"com.mcdev.twitterapikit.object.Tweet.Entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/index.html","searchKeys":["Entities","class Entities","com.mcdev.twitterapikit.object.Tweet.Entities"]},{"name":"class EntityAnnotation","description":"com.mcdev.twitterapikit.model.EntityAnnotation","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/index.html","searchKeys":["EntityAnnotation","class EntityAnnotation","com.mcdev.twitterapikit.model.EntityAnnotation"]},{"name":"class Geo","description":"com.mcdev.twitterapikit.object.Place.Geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/index.html","searchKeys":["Geo","class Geo","com.mcdev.twitterapikit.object.Place.Geo"]},{"name":"class MultipleTweets","description":"com.mcdev.twitterapikit.tweetlookup.MultipleTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/index.html","searchKeys":["MultipleTweets","class MultipleTweets","com.mcdev.twitterapikit.tweetlookup.MultipleTweets"]},{"name":"class NonPublicMetrics","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/index.html","searchKeys":["NonPublicMetrics","class NonPublicMetrics","com.mcdev.twitterapikit.object.Media.NonPublicMetrics"]},{"name":"class Options","description":"com.mcdev.twitterapikit.object.Poll.Options","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/index.html","searchKeys":["Options","class Options","com.mcdev.twitterapikit.object.Poll.Options"]},{"name":"class OrganicMetrics","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/index.html","searchKeys":["OrganicMetrics","class OrganicMetrics","com.mcdev.twitterapikit.object.Media.OrganicMetrics"]},{"name":"class PromotedMetrics","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/index.html","searchKeys":["PromotedMetrics","class PromotedMetrics","com.mcdev.twitterapikit.object.Media.PromotedMetrics"]},{"name":"class SingleTweet","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweet","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet/index.html","searchKeys":["SingleTweet","class SingleTweet","com.mcdev.twitterapikit.tweetlookup.SingleTweet"]},{"name":"class SingleTweetUserContext","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet-user-context/index.html","searchKeys":["SingleTweetUserContext","class SingleTweetUserContext","com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext"]},{"name":"data class Annotations(start: Int, end: Int, probability: Double, type: String?, normalizedText: String?)","description":"com.mcdev.twitterapikit.model.Annotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/index.html","searchKeys":["Annotations","data class Annotations(start: Int, end: Int, probability: Double, type: String?, normalizedText: String?)","com.mcdev.twitterapikit.model.Annotations"]},{"name":"data class Attachments(pollIds: ArrayList?, mediaKeys: ArrayList?)","description":"com.mcdev.twitterapikit.object.Tweet.Attachments","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-attachments/index.html","searchKeys":["Attachments","data class Attachments(pollIds: ArrayList?, mediaKeys: ArrayList?)","com.mcdev.twitterapikit.object.Tweet.Attachments"]},{"name":"data class Cashtags(start: Int, end: Int, tag: String?)","description":"com.mcdev.twitterapikit.model.Cashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/index.html","searchKeys":["Cashtags","data class Cashtags(start: Int, end: Int, tag: String?)","com.mcdev.twitterapikit.model.Cashtags"]},{"name":"data class Coordinates(type: String?)","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-coordinates/index.html","searchKeys":["Coordinates","data class Coordinates(type: String?)","com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates"]},{"name":"data class Description(annotations: ArrayList?, cashtags: ArrayList?, hashtags: ArrayList?, mentions: ArrayList?, urls: ArrayList?)","description":"com.mcdev.twitterapikit.object.User.Entities.Description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/index.html","searchKeys":["Description","data class Description(annotations: ArrayList?, cashtags: ArrayList?, hashtags: ArrayList?, mentions: ArrayList?, urls: ArrayList?)","com.mcdev.twitterapikit.object.User.Entities.Description"]},{"name":"data class Domain(id: String?, name: String?, description: String?)","description":"com.mcdev.twitterapikit.model.Domain","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/index.html","searchKeys":["Domain","data class Domain(id: String?, name: String?, description: String?)","com.mcdev.twitterapikit.model.Domain"]},{"name":"data class Entities(url: User.Entities.Url?, description: User.Entities.Description?)","description":"com.mcdev.twitterapikit.object.User.Entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/index.html","searchKeys":["Entities","data class Entities(url: User.Entities.Url?, description: User.Entities.Description?)","com.mcdev.twitterapikit.object.User.Entities"]},{"name":"data class Entity(id: String?, name: String?, description: String?)","description":"com.mcdev.twitterapikit.model.Entity","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/index.html","searchKeys":["Entity","data class Entity(id: String?, name: String?, description: String?)","com.mcdev.twitterapikit.model.Entity"]},{"name":"data class Errors(message: String?, parameters: Parameters?, detail: String?, resourceType: String?, parameter: String?, value: String?, type: String?, field: String?, resourceId: String?, section: String?)","description":"com.mcdev.twitterapikit.model.Errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/index.html","searchKeys":["Errors","data class Errors(message: String?, parameters: Parameters?, detail: String?, resourceType: String?, parameter: String?, value: String?, type: String?, field: String?, resourceId: String?, section: String?)","com.mcdev.twitterapikit.model.Errors"]},{"name":"data class ErrorsXXX(title: String?)","description":"com.mcdev.twitterapikit.model.ErrorsXXX","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/index.html","searchKeys":["ErrorsXXX","data class ErrorsXXX(title: String?)","com.mcdev.twitterapikit.model.ErrorsXXX"]},{"name":"data class Geo(coordinates: Tweet.Geo.Coordinates?, placeId: String?)","description":"com.mcdev.twitterapikit.object.Tweet.Geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/index.html","searchKeys":["Geo","data class Geo(coordinates: Tweet.Geo.Coordinates?, placeId: String?)","com.mcdev.twitterapikit.object.Tweet.Geo"]},{"name":"data class Hashtags(start: Int, end: Int?, tag: String?)","description":"com.mcdev.twitterapikit.model.Hashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/index.html","searchKeys":["Hashtags","data class Hashtags(start: Int, end: Int?, tag: String?)","com.mcdev.twitterapikit.model.Hashtags"]},{"name":"data class Image(url: String?, width: Int?, height: Int?)","description":"com.mcdev.twitterapikit.model.Image","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/index.html","searchKeys":["Image","data class Image(url: String?, width: Int?, height: Int?)","com.mcdev.twitterapikit.model.Image"]},{"name":"data class Includes(users: ArrayList?, topics: ArrayList?, tweets: ArrayList?, polls: ArrayList?, media: ArrayList?)","description":"com.mcdev.twitterapikit.model.Includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/index.html","searchKeys":["Includes","data class Includes(users: ArrayList?, topics: ArrayList?, tweets: ArrayList?, polls: ArrayList?, media: ArrayList?)","com.mcdev.twitterapikit.model.Includes"]},{"name":"data class List(id: String?, name: String?)","description":"com.mcdev.twitterapikit.object.List","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/index.html","searchKeys":["List","data class List(id: String?, name: String?)","com.mcdev.twitterapikit.object.List"]},{"name":"data class Media(mediaKey: String?, type: String?)","description":"com.mcdev.twitterapikit.object.Media","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/index.html","searchKeys":["Media","data class Media(mediaKey: String?, type: String?)","com.mcdev.twitterapikit.object.Media"]},{"name":"data class Mentions(id: String, start: Int?, end: Int?, tag: String?, userName: String?)","description":"com.mcdev.twitterapikit.model.Mentions","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/index.html","searchKeys":["Mentions","data class Mentions(id: String, start: Int?, end: Int?, tag: String?, userName: String?)","com.mcdev.twitterapikit.model.Mentions"]},{"name":"data class Meta(resultCount: Int, newestId: String?, oldestId: String?, nextToken: String?, previousToken: String?)","description":"com.mcdev.twitterapikit.model.Meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/index.html","searchKeys":["Meta","data class Meta(resultCount: Int, newestId: String?, oldestId: String?, nextToken: String?, previousToken: String?)","com.mcdev.twitterapikit.model.Meta"]},{"name":"data class NonPublicMetrics(impressionCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/index.html","searchKeys":["NonPublicMetrics","data class NonPublicMetrics(impressionCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics"]},{"name":"data class OrganicMetrics(impressionCount: Long, likeCount: Long, replyCount: Long, retweetCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/index.html","searchKeys":["OrganicMetrics","data class OrganicMetrics(impressionCount: Long, likeCount: Long, replyCount: Long, retweetCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics"]},{"name":"data class Parameters(userFields: List?, topicFields: List?, spaceFields: List?, expansions: List?, query: List?, state: List?, maxResults: List?, ids: List?, userIds: List?, paginationToken: List?)","description":"com.mcdev.twitterapikit.model.Parameters","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/index.html","searchKeys":["Parameters","data class Parameters(userFields: List?, topicFields: List?, spaceFields: List?, expansions: List?, query: List?, state: List?, maxResults: List?, ids: List?, userIds: List?, paginationToken: List?)","com.mcdev.twitterapikit.model.Parameters"]},{"name":"data class Place(fullName: String?, id: String?)","description":"com.mcdev.twitterapikit.object.Place","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/index.html","searchKeys":["Place","data class Place(fullName: String?, id: String?)","com.mcdev.twitterapikit.object.Place"]},{"name":"data class Poll(id: String?)","description":"com.mcdev.twitterapikit.object.Poll","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/index.html","searchKeys":["Poll","data class Poll(id: String?)","com.mcdev.twitterapikit.object.Poll"]},{"name":"data class PromotedMetrics(likeCount: Long, replyCount: Long, retweetCount: Long, impressionCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/index.html","searchKeys":["PromotedMetrics","data class PromotedMetrics(likeCount: Long, replyCount: Long, retweetCount: Long, impressionCount: Long, urlLinkClicks: Long, userProfileClicks: Long?)","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics"]},{"name":"data class PublicMetrics(followersCount: Long, followingCount: Long, tweetCount: Long, listedCount: Long)","description":"com.mcdev.twitterapikit.object.User.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/index.html","searchKeys":["PublicMetrics","data class PublicMetrics(followersCount: Long, followingCount: Long, tweetCount: Long, listedCount: Long)","com.mcdev.twitterapikit.object.User.PublicMetrics"]},{"name":"data class PublicMetrics(likeCount: Long, replyCount: Long, retweetCount: Long, quoteCount: Long)","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/index.html","searchKeys":["PublicMetrics","data class PublicMetrics(likeCount: Long, replyCount: Long, retweetCount: Long, quoteCount: Long)","com.mcdev.twitterapikit.object.Tweet.PublicMetrics"]},{"name":"data class PublicMetrics(viewCount: Int)","description":"com.mcdev.twitterapikit.object.Media.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/index.html","searchKeys":["PublicMetrics","data class PublicMetrics(viewCount: Int)","com.mcdev.twitterapikit.object.Media.PublicMetrics"]},{"name":"data class ReferencedTweets(type: String?, id: String?)","description":"com.mcdev.twitterapikit.object.Tweet.ReferencedTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-referenced-tweets/index.html","searchKeys":["ReferencedTweets","data class ReferencedTweets(type: String?, id: String?)","com.mcdev.twitterapikit.object.Tweet.ReferencedTweets"]},{"name":"data class Space(id: String?, state: String?)","description":"com.mcdev.twitterapikit.object.Space","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/index.html","searchKeys":["Space","data class Space(id: String?, state: String?)","com.mcdev.twitterapikit.object.Space"]},{"name":"data class SpaceListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.SpaceListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/index.html","searchKeys":["SpaceListResponse","data class SpaceListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.SpaceListResponse"]},{"name":"data class SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/index.html","searchKeys":["SpaceSingleResponse","data class SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.SpaceSingleResponse"]},{"name":"data class Topic(description: String?, id: String?, name: String?)","description":"com.mcdev.twitterapikit.model.Topic","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/index.html","searchKeys":["Topic","data class Topic(description: String?, id: String?, name: String?)","com.mcdev.twitterapikit.model.Topic"]},{"name":"data class Tweet(id: String?, text: String?)","description":"com.mcdev.twitterapikit.object.Tweet","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/index.html","searchKeys":["Tweet","data class Tweet(id: String?, text: String?)","com.mcdev.twitterapikit.object.Tweet"]},{"name":"data class TweetListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.TweetListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/index.html","searchKeys":["TweetListResponse","data class TweetListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.TweetListResponse"]},{"name":"data class TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.TweetSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/index.html","searchKeys":["TweetSingleResponse","data class TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.TweetSingleResponse"]},{"name":"data class Url(urls: ArrayList?)","description":"com.mcdev.twitterapikit.object.User.Entities.Url","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/index.html","searchKeys":["Url","data class Url(urls: ArrayList?)","com.mcdev.twitterapikit.object.User.Entities.Url"]},{"name":"data class Urls(url: String?, start: Int?, end: Int?, expandedUrl: String?, displayUrl: String?, status: String?, title: String?, description: String?, unwoundUrl: String?, images: ArrayList)","description":"com.mcdev.twitterapikit.model.Urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/index.html","searchKeys":["Urls","data class Urls(url: String?, start: Int?, end: Int?, expandedUrl: String?, displayUrl: String?, status: String?, title: String?, description: String?, unwoundUrl: String?, images: ArrayList)","com.mcdev.twitterapikit.model.Urls"]},{"name":"data class User(id: String?, name: String?, username: String?)","description":"com.mcdev.twitterapikit.object.User","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/index.html","searchKeys":["User","data class User(id: String?, name: String?, username: String?)","com.mcdev.twitterapikit.object.User"]},{"name":"data class UserListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.UserListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/index.html","searchKeys":["UserListResponse","data class UserListResponse(data: ArrayList?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.UserListResponse"]},{"name":"data class UserSingleResponse(data: User?, includes: Includes?, meta: Meta?) : Error","description":"com.mcdev.twitterapikit.response.UserSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/index.html","searchKeys":["UserSingleResponse","data class UserSingleResponse(data: User?, includes: Includes?, meta: Meta?) : Error","com.mcdev.twitterapikit.response.UserSingleResponse"]},{"name":"data class Withheld(copyright: Boolean)","description":"com.mcdev.twitterapikit.object.Tweet.Withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-withheld/index.html","searchKeys":["Withheld","data class Withheld(copyright: Boolean)","com.mcdev.twitterapikit.object.Tweet.Withheld"]},{"name":"data class Withheld(copyright: Boolean)","description":"com.mcdev.twitterapikit.object.User.Withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-withheld/index.html","searchKeys":["Withheld","data class Withheld(copyright: Boolean)","com.mcdev.twitterapikit.object.User.Withheld"]},{"name":"enum BlocksExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.BlocksExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-blocks-expansion/index.html","searchKeys":["BlocksExpansion","enum BlocksExpansion : Enum ","com.mcdev.twitterapikit.expansion.BlocksExpansion"]},{"name":"enum FollowsExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.FollowsExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-follows-expansion/index.html","searchKeys":["FollowsExpansion","enum FollowsExpansion : Enum ","com.mcdev.twitterapikit.expansion.FollowsExpansion"]},{"name":"enum LikesExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.LikesExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-likes-expansion/index.html","searchKeys":["LikesExpansion","enum LikesExpansion : Enum ","com.mcdev.twitterapikit.expansion.LikesExpansion"]},{"name":"enum ListField : Enum ","description":"com.mcdev.twitterapikit.field.ListField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/index.html","searchKeys":["ListField","enum ListField : Enum ","com.mcdev.twitterapikit.field.ListField"]},{"name":"enum ListFollowExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListFollowExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-follow-expansion/index.html","searchKeys":["ListFollowExpansion","enum ListFollowExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListFollowExpansion"]},{"name":"enum ListFollowersExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListFollowersExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-followers-expansion/index.html","searchKeys":["ListFollowersExpansion","enum ListFollowersExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListFollowersExpansion"]},{"name":"enum ListMembersExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListMembersExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-members-expansion/index.html","searchKeys":["ListMembersExpansion","enum ListMembersExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListMembersExpansion"]},{"name":"enum ListMembershipExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListMembershipExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-membership-expansion/index.html","searchKeys":["ListMembershipExpansion","enum ListMembershipExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListMembershipExpansion"]},{"name":"enum ListPinnedExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListPinnedExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-pinned-expansion/index.html","searchKeys":["ListPinnedExpansion","enum ListPinnedExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListPinnedExpansion"]},{"name":"enum ListTweetsExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListTweetsExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-tweets-expansion/index.html","searchKeys":["ListTweetsExpansion","enum ListTweetsExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListTweetsExpansion"]},{"name":"enum ListsExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.ListsExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-lists-expansion/index.html","searchKeys":["ListsExpansion","enum ListsExpansion : Enum ","com.mcdev.twitterapikit.expansion.ListsExpansion"]},{"name":"enum MediaField : Enum ","description":"com.mcdev.twitterapikit.field.MediaField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/index.html","searchKeys":["MediaField","enum MediaField : Enum ","com.mcdev.twitterapikit.field.MediaField"]},{"name":"enum MutesExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.MutesExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-mutes-expansion/index.html","searchKeys":["MutesExpansion","enum MutesExpansion : Enum ","com.mcdev.twitterapikit.expansion.MutesExpansion"]},{"name":"enum PlaceField : Enum ","description":"com.mcdev.twitterapikit.field.PlaceField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/index.html","searchKeys":["PlaceField","enum PlaceField : Enum ","com.mcdev.twitterapikit.field.PlaceField"]},{"name":"enum PollField : Enum ","description":"com.mcdev.twitterapikit.field.PollField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/index.html","searchKeys":["PollField","enum PollField : Enum ","com.mcdev.twitterapikit.field.PollField"]},{"name":"enum RetweetExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.RetweetExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-retweet-expansion/index.html","searchKeys":["RetweetExpansion","enum RetweetExpansion : Enum ","com.mcdev.twitterapikit.expansion.RetweetExpansion"]},{"name":"enum SpaceField : Enum ","description":"com.mcdev.twitterapikit.field.SpaceField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/index.html","searchKeys":["SpaceField","enum SpaceField : Enum ","com.mcdev.twitterapikit.field.SpaceField"]},{"name":"enum SpaceState : Enum ","description":"com.mcdev.twitterapikit.model.SpaceState","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/index.html","searchKeys":["SpaceState","enum SpaceState : Enum ","com.mcdev.twitterapikit.model.SpaceState"]},{"name":"enum SpacesBuyersExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-buyers-expansion/index.html","searchKeys":["SpacesBuyersExpansion","enum SpacesBuyersExpansion : Enum ","com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion"]},{"name":"enum SpacesExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/index.html","searchKeys":["SpacesExpansion","enum SpacesExpansion : Enum ","com.mcdev.twitterapikit.expansion.SpacesExpansion"]},{"name":"enum TimelinesExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/index.html","searchKeys":["TimelinesExpansion","enum TimelinesExpansion : Enum ","com.mcdev.twitterapikit.expansion.TimelinesExpansion"]},{"name":"enum TopicField : Enum ","description":"com.mcdev.twitterapikit.field.TopicField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/index.html","searchKeys":["TopicField","enum TopicField : Enum ","com.mcdev.twitterapikit.field.TopicField"]},{"name":"enum TweetField : Enum ","description":"com.mcdev.twitterapikit.field.TweetField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/index.html","searchKeys":["TweetField","enum TweetField : Enum ","com.mcdev.twitterapikit.field.TweetField"]},{"name":"enum TweetsExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/index.html","searchKeys":["TweetsExpansion","enum TweetsExpansion : Enum ","com.mcdev.twitterapikit.expansion.TweetsExpansion"]},{"name":"enum Type : Enum ","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/index.html","searchKeys":["Type","enum Type : Enum ","com.mcdev.twitterapikit.model.EntityAnnotation.Type"]},{"name":"enum UserField : Enum ","description":"com.mcdev.twitterapikit.field.UserField","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/index.html","searchKeys":["UserField","enum UserField : Enum ","com.mcdev.twitterapikit.field.UserField"]},{"name":"enum UsersExpansion : Enum ","description":"com.mcdev.twitterapikit.expansion.UsersExpansion","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-users-expansion/index.html","searchKeys":["UsersExpansion","enum UsersExpansion : Enum ","com.mcdev.twitterapikit.expansion.UsersExpansion"]},{"name":"fun Annotations(start: Int = 0, end: Int = 0, probability: Double = 0.0, type: String? = null, normalizedText: String? = null)","description":"com.mcdev.twitterapikit.model.Annotations.Annotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/-annotations.html","searchKeys":["Annotations","fun Annotations(start: Int = 0, end: Int = 0, probability: Double = 0.0, type: String? = null, normalizedText: String? = null)","com.mcdev.twitterapikit.model.Annotations.Annotations"]},{"name":"fun Attachments(pollIds: ArrayList? = null, mediaKeys: ArrayList? = null)","description":"com.mcdev.twitterapikit.object.Tweet.Attachments.Attachments","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-attachments/-attachments.html","searchKeys":["Attachments","fun Attachments(pollIds: ArrayList? = null, mediaKeys: ArrayList? = null)","com.mcdev.twitterapikit.object.Tweet.Attachments.Attachments"]},{"name":"fun Cashtags(start: Int = 0, end: Int = 0, tag: String? = null)","description":"com.mcdev.twitterapikit.model.Cashtags.Cashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/-cashtags.html","searchKeys":["Cashtags","fun Cashtags(start: Int = 0, end: Int = 0, tag: String? = null)","com.mcdev.twitterapikit.model.Cashtags.Cashtags"]},{"name":"fun ContextAnnotations()","description":"com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.ContextAnnotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-context-annotations/-context-annotations.html","searchKeys":["ContextAnnotations","fun ContextAnnotations()","com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.ContextAnnotations"]},{"name":"fun Coordinates(type: String? = null)","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.Coordinates","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-coordinates/-coordinates.html","searchKeys":["Coordinates","fun Coordinates(type: String? = null)","com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.Coordinates"]},{"name":"fun Description(annotations: ArrayList?, cashtags: ArrayList?, hashtags: ArrayList?, mentions: ArrayList?, urls: ArrayList?)","description":"com.mcdev.twitterapikit.object.User.Entities.Description.Description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/-description.html","searchKeys":["Description","fun Description(annotations: ArrayList?, cashtags: ArrayList?, hashtags: ArrayList?, mentions: ArrayList?, urls: ArrayList?)","com.mcdev.twitterapikit.object.User.Entities.Description.Description"]},{"name":"fun Domain(id: String? = null, name: String? = null, description: String? = null)","description":"com.mcdev.twitterapikit.model.Domain.Domain","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/-domain.html","searchKeys":["Domain","fun Domain(id: String? = null, name: String? = null, description: String? = null)","com.mcdev.twitterapikit.model.Domain.Domain"]},{"name":"fun Entities()","description":"com.mcdev.twitterapikit.object.Tweet.Entities.Entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/-entities.html","searchKeys":["Entities","fun Entities()","com.mcdev.twitterapikit.object.Tweet.Entities.Entities"]},{"name":"fun Entities(url: User.Entities.Url?, description: User.Entities.Description?)","description":"com.mcdev.twitterapikit.object.User.Entities.Entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-entities.html","searchKeys":["Entities","fun Entities(url: User.Entities.Url?, description: User.Entities.Description?)","com.mcdev.twitterapikit.object.User.Entities.Entities"]},{"name":"fun Entity(id: String? = null, name: String? = null, description: String? = null)","description":"com.mcdev.twitterapikit.model.Entity.Entity","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/-entity.html","searchKeys":["Entity","fun Entity(id: String? = null, name: String? = null, description: String? = null)","com.mcdev.twitterapikit.model.Entity.Entity"]},{"name":"fun EntityAnnotation()","description":"com.mcdev.twitterapikit.model.EntityAnnotation.EntityAnnotation","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-entity-annotation.html","searchKeys":["EntityAnnotation","fun EntityAnnotation()","com.mcdev.twitterapikit.model.EntityAnnotation.EntityAnnotation"]},{"name":"fun Error()","description":"com.mcdev.twitterapikit.model.Error.Error","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/-error.html","searchKeys":["Error","fun Error()","com.mcdev.twitterapikit.model.Error.Error"]},{"name":"fun Errors(message: String?, parameters: Parameters?, detail: String?, resourceType: String?, parameter: String?, value: String?, type: String?, field: String?, resourceId: String?, section: String?)","description":"com.mcdev.twitterapikit.model.Errors.Errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/-errors.html","searchKeys":["Errors","fun Errors(message: String?, parameters: Parameters?, detail: String?, resourceType: String?, parameter: String?, value: String?, type: String?, field: String?, resourceId: String?, section: String?)","com.mcdev.twitterapikit.model.Errors.Errors"]},{"name":"fun ErrorsXXX(title: String? = null)","description":"com.mcdev.twitterapikit.model.ErrorsXXX.ErrorsXXX","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/-errors-x-x-x.html","searchKeys":["ErrorsXXX","fun ErrorsXXX(title: String? = null)","com.mcdev.twitterapikit.model.ErrorsXXX.ErrorsXXX"]},{"name":"fun Geo()","description":"com.mcdev.twitterapikit.object.Place.Geo.Geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/-geo.html","searchKeys":["Geo","fun Geo()","com.mcdev.twitterapikit.object.Place.Geo.Geo"]},{"name":"fun Geo(coordinates: Tweet.Geo.Coordinates? = null, placeId: String? = null)","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-geo.html","searchKeys":["Geo","fun Geo(coordinates: Tweet.Geo.Coordinates? = null, placeId: String? = null)","com.mcdev.twitterapikit.object.Tweet.Geo.Geo"]},{"name":"fun Hashtags(start: Int = 0, end: Int? = 0, tag: String? = null)","description":"com.mcdev.twitterapikit.model.Hashtags.Hashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/-hashtags.html","searchKeys":["Hashtags","fun Hashtags(start: Int = 0, end: Int? = 0, tag: String? = null)","com.mcdev.twitterapikit.model.Hashtags.Hashtags"]},{"name":"fun Image(url: String?, width: Int? = 0, height: Int? = 0)","description":"com.mcdev.twitterapikit.model.Image.Image","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/-image.html","searchKeys":["Image","fun Image(url: String?, width: Int? = 0, height: Int? = 0)","com.mcdev.twitterapikit.model.Image.Image"]},{"name":"fun Includes(users: ArrayList?, topics: ArrayList?, tweets: ArrayList?, polls: ArrayList?, media: ArrayList?)","description":"com.mcdev.twitterapikit.model.Includes.Includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/-includes.html","searchKeys":["Includes","fun Includes(users: ArrayList?, topics: ArrayList?, tweets: ArrayList?, polls: ArrayList?, media: ArrayList?)","com.mcdev.twitterapikit.model.Includes.Includes"]},{"name":"fun List(id: String? = null, name: String? = null)","description":"com.mcdev.twitterapikit.object.List.List","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/-list.html","searchKeys":["List","fun List(id: String? = null, name: String? = null)","com.mcdev.twitterapikit.object.List.List"]},{"name":"fun Media(mediaKey: String? = null, type: String? = null)","description":"com.mcdev.twitterapikit.object.Media.Media","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-media.html","searchKeys":["Media","fun Media(mediaKey: String? = null, type: String? = null)","com.mcdev.twitterapikit.object.Media.Media"]},{"name":"fun Mentions(id: String, start: Int? = 0, end: Int? = 0, tag: String? = null, userName: String? = null)","description":"com.mcdev.twitterapikit.model.Mentions.Mentions","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/-mentions.html","searchKeys":["Mentions","fun Mentions(id: String, start: Int? = 0, end: Int? = 0, tag: String? = null, userName: String? = null)","com.mcdev.twitterapikit.model.Mentions.Mentions"]},{"name":"fun Meta(resultCount: Int = 0, newestId: String?, oldestId: String?, nextToken: String?, previousToken: String?)","description":"com.mcdev.twitterapikit.model.Meta.Meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/-meta.html","searchKeys":["Meta","fun Meta(resultCount: Int = 0, newestId: String?, oldestId: String?, nextToken: String?, previousToken: String?)","com.mcdev.twitterapikit.model.Meta.Meta"]},{"name":"fun MultipleTweets()","description":"com.mcdev.twitterapikit.tweetlookup.MultipleTweets.MultipleTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/-multiple-tweets.html","searchKeys":["MultipleTweets","fun MultipleTweets()","com.mcdev.twitterapikit.tweetlookup.MultipleTweets.MultipleTweets"]},{"name":"fun NonPublicMetrics()","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.NonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/-non-public-metrics.html","searchKeys":["NonPublicMetrics","fun NonPublicMetrics()","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.NonPublicMetrics"]},{"name":"fun NonPublicMetrics(impressionCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.NonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/-non-public-metrics.html","searchKeys":["NonPublicMetrics","fun NonPublicMetrics(impressionCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.NonPublicMetrics"]},{"name":"fun Options()","description":"com.mcdev.twitterapikit.object.Poll.Options.Options","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/-options.html","searchKeys":["Options","fun Options()","com.mcdev.twitterapikit.object.Poll.Options.Options"]},{"name":"fun OrganicMetrics()","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.OrganicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/-organic-metrics.html","searchKeys":["OrganicMetrics","fun OrganicMetrics()","com.mcdev.twitterapikit.object.Media.OrganicMetrics.OrganicMetrics"]},{"name":"fun OrganicMetrics(impressionCount: Long = 0, likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.OrganicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/-organic-metrics.html","searchKeys":["OrganicMetrics","fun OrganicMetrics(impressionCount: Long = 0, likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.OrganicMetrics"]},{"name":"fun Parameters(userFields: List?, topicFields: List?, spaceFields: List?, expansions: List?, query: List?, state: List?, maxResults: List?, ids: List?, userIds: List?, paginationToken: List?)","description":"com.mcdev.twitterapikit.model.Parameters.Parameters","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/-parameters.html","searchKeys":["Parameters","fun Parameters(userFields: List?, topicFields: List?, spaceFields: List?, expansions: List?, query: List?, state: List?, maxResults: List?, ids: List?, userIds: List?, paginationToken: List?)","com.mcdev.twitterapikit.model.Parameters.Parameters"]},{"name":"fun Place(fullName: String? = null, id: String? = null)","description":"com.mcdev.twitterapikit.object.Place.Place","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-place.html","searchKeys":["Place","fun Place(fullName: String? = null, id: String? = null)","com.mcdev.twitterapikit.object.Place.Place"]},{"name":"fun Poll(id: String? = null)","description":"com.mcdev.twitterapikit.object.Poll.Poll","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-poll.html","searchKeys":["Poll","fun Poll(id: String? = null)","com.mcdev.twitterapikit.object.Poll.Poll"]},{"name":"fun PromotedMetrics()","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.PromotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/-promoted-metrics.html","searchKeys":["PromotedMetrics","fun PromotedMetrics()","com.mcdev.twitterapikit.object.Media.PromotedMetrics.PromotedMetrics"]},{"name":"fun PromotedMetrics(likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, impressionCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.PromotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/-promoted-metrics.html","searchKeys":["PromotedMetrics","fun PromotedMetrics(likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, impressionCount: Long = 0, urlLinkClicks: Long = 0, userProfileClicks: Long? = 0)","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.PromotedMetrics"]},{"name":"fun PublicMetrics(followersCount: Long = 0, followingCount: Long = 0, tweetCount: Long = 0, listedCount: Long = 0)","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/-public-metrics.html","searchKeys":["PublicMetrics","fun PublicMetrics(followersCount: Long = 0, followingCount: Long = 0, tweetCount: Long = 0, listedCount: Long = 0)","com.mcdev.twitterapikit.object.User.PublicMetrics.PublicMetrics"]},{"name":"fun PublicMetrics(likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, quoteCount: Long = 0)","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/-public-metrics.html","searchKeys":["PublicMetrics","fun PublicMetrics(likeCount: Long = 0, replyCount: Long = 0, retweetCount: Long = 0, quoteCount: Long = 0)","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.PublicMetrics"]},{"name":"fun PublicMetrics(viewCount: Int = 0)","description":"com.mcdev.twitterapikit.object.Media.PublicMetrics.PublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/-public-metrics.html","searchKeys":["PublicMetrics","fun PublicMetrics(viewCount: Int = 0)","com.mcdev.twitterapikit.object.Media.PublicMetrics.PublicMetrics"]},{"name":"fun ReferencedTweets(type: String? = null, id: String? = null)","description":"com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.ReferencedTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-referenced-tweets/-referenced-tweets.html","searchKeys":["ReferencedTweets","fun ReferencedTweets(type: String? = null, id: String? = null)","com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.ReferencedTweets"]},{"name":"fun SingleTweet()","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweet.SingleTweet","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet/-single-tweet.html","searchKeys":["SingleTweet","fun SingleTweet()","com.mcdev.twitterapikit.tweetlookup.SingleTweet.SingleTweet"]},{"name":"fun SingleTweetUserContext()","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.SingleTweetUserContext","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet-user-context/-single-tweet-user-context.html","searchKeys":["SingleTweetUserContext","fun SingleTweetUserContext()","com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.SingleTweetUserContext"]},{"name":"fun Space(id: String? = null, state: String? = null)","description":"com.mcdev.twitterapikit.object.Space.Space","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/-space.html","searchKeys":["Space","fun Space(id: String? = null, state: String? = null)","com.mcdev.twitterapikit.object.Space.Space"]},{"name":"fun SpaceListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.SpaceListResponse.SpaceListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/-space-list-response.html","searchKeys":["SpaceListResponse","fun SpaceListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.SpaceListResponse.SpaceListResponse"]},{"name":"fun SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse.SpaceSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/-space-single-response.html","searchKeys":["SpaceSingleResponse","fun SpaceSingleResponse(data: Space?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.SpaceSingleResponse.SpaceSingleResponse"]},{"name":"fun Topic(description: String?, id: String?, name: String?)","description":"com.mcdev.twitterapikit.model.Topic.Topic","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/-topic.html","searchKeys":["Topic","fun Topic(description: String?, id: String?, name: String?)","com.mcdev.twitterapikit.model.Topic.Topic"]},{"name":"fun Tweet(id: String? = null, text: String? = null)","description":"com.mcdev.twitterapikit.object.Tweet.Tweet","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-tweet.html","searchKeys":["Tweet","fun Tweet(id: String? = null, text: String? = null)","com.mcdev.twitterapikit.object.Tweet.Tweet"]},{"name":"fun TweetListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.TweetListResponse.TweetListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/-tweet-list-response.html","searchKeys":["TweetListResponse","fun TweetListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.TweetListResponse.TweetListResponse"]},{"name":"fun TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.TweetSingleResponse.TweetSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/-tweet-single-response.html","searchKeys":["TweetSingleResponse","fun TweetSingleResponse(data: Tweet?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.TweetSingleResponse.TweetSingleResponse"]},{"name":"fun Url(urls: ArrayList?)","description":"com.mcdev.twitterapikit.object.User.Entities.Url.Url","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/-url.html","searchKeys":["Url","fun Url(urls: ArrayList?)","com.mcdev.twitterapikit.object.User.Entities.Url.Url"]},{"name":"fun Urls(url: String? = null, start: Int? = null, end: Int? = null, expandedUrl: String? = null, displayUrl: String? = null, status: String? = null, title: String? = null, description: String? = null, unwoundUrl: String? = null, images: ArrayList)","description":"com.mcdev.twitterapikit.model.Urls.Urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/-urls.html","searchKeys":["Urls","fun Urls(url: String? = null, start: Int? = null, end: Int? = null, expandedUrl: String? = null, displayUrl: String? = null, status: String? = null, title: String? = null, description: String? = null, unwoundUrl: String? = null, images: ArrayList)","com.mcdev.twitterapikit.model.Urls.Urls"]},{"name":"fun User(id: String? = null, name: String? = null, username: String? = null)","description":"com.mcdev.twitterapikit.object.User.User","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-user.html","searchKeys":["User","fun User(id: String? = null, name: String? = null, username: String? = null)","com.mcdev.twitterapikit.object.User.User"]},{"name":"fun UserListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.UserListResponse.UserListResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/-user-list-response.html","searchKeys":["UserListResponse","fun UserListResponse(data: ArrayList?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.UserListResponse.UserListResponse"]},{"name":"fun UserSingleResponse(data: User?, includes: Includes?, meta: Meta?)","description":"com.mcdev.twitterapikit.response.UserSingleResponse.UserSingleResponse","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/-user-single-response.html","searchKeys":["UserSingleResponse","fun UserSingleResponse(data: User?, includes: Includes?, meta: Meta?)","com.mcdev.twitterapikit.response.UserSingleResponse.UserSingleResponse"]},{"name":"fun Withheld(copyright: Boolean = false)","description":"com.mcdev.twitterapikit.object.Tweet.Withheld.Withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-withheld/-withheld.html","searchKeys":["Withheld","fun Withheld(copyright: Boolean = false)","com.mcdev.twitterapikit.object.Tweet.Withheld.Withheld"]},{"name":"fun Withheld(copyright: Boolean = false)","description":"com.mcdev.twitterapikit.object.User.Withheld.Withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-withheld/-withheld.html","searchKeys":["Withheld","fun Withheld(copyright: Boolean = false)","com.mcdev.twitterapikit.object.User.Withheld.Withheld"]},{"name":"open class Application","description":"com.mcdev.twitterapikit.Application","location":"-twitter -api -kit/com.mcdev.twitterapikit/-application/index.html","searchKeys":["Application","open class Application","com.mcdev.twitterapikit.Application"]},{"name":"open class Error","description":"com.mcdev.twitterapikit.model.Error","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/index.html","searchKeys":["Error","open class Error","com.mcdev.twitterapikit.model.Error"]},{"name":"open class UrlConstants","description":"com.mcdev.twitterapikit.UrlConstants","location":"-twitter -api -kit/com.mcdev.twitterapikit/-url-constants/index.html","searchKeys":["UrlConstants","open class UrlConstants","com.mcdev.twitterapikit.UrlConstants"]},{"name":"open fun main(args: Array)","description":"com.mcdev.twitterapikit.Application.main","location":"-twitter -api -kit/com.mcdev.twitterapikit/-application/main.html","searchKeys":["main","open fun main(args: Array)","com.mcdev.twitterapikit.Application.main"]},{"name":"val clientId: String? = null","description":"com.mcdev.twitterapikit.model.Error.clientId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/client-id.html","searchKeys":["clientId","val clientId: String? = null","com.mcdev.twitterapikit.model.Error.clientId"]},{"name":"val end: Int = 0","description":"com.mcdev.twitterapikit.model.EntityAnnotation.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/end.html","searchKeys":["end","val end: Int = 0","com.mcdev.twitterapikit.model.EntityAnnotation.end"]},{"name":"val message: String?","description":"com.mcdev.twitterapikit.model.Errors.message","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/message.html","searchKeys":["message","val message: String?","com.mcdev.twitterapikit.model.Errors.message"]},{"name":"val normalizedText: String? = null","description":"com.mcdev.twitterapikit.model.EntityAnnotation.normalizedText","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/normalized-text.html","searchKeys":["normalizedText","val normalizedText: String? = null","com.mcdev.twitterapikit.model.EntityAnnotation.normalizedText"]},{"name":"val parameters: Parameters?","description":"com.mcdev.twitterapikit.model.Errors.parameters","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/parameters.html","searchKeys":["parameters","val parameters: Parameters?","com.mcdev.twitterapikit.model.Errors.parameters"]},{"name":"val probability: Double = 0.0","description":"com.mcdev.twitterapikit.model.EntityAnnotation.probability","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/probability.html","searchKeys":["probability","val probability: Double = 0.0","com.mcdev.twitterapikit.model.EntityAnnotation.probability"]},{"name":"val reason: String? = null","description":"com.mcdev.twitterapikit.model.Error.reason","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/reason.html","searchKeys":["reason","val reason: String? = null","com.mcdev.twitterapikit.model.Error.reason"]},{"name":"val registrationUrl: String? = null","description":"com.mcdev.twitterapikit.model.Error.registrationUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/registration-url.html","searchKeys":["registrationUrl","val registrationUrl: String? = null","com.mcdev.twitterapikit.model.Error.registrationUrl"]},{"name":"val requiredEnrollment: String? = null","description":"com.mcdev.twitterapikit.model.Error.requiredEnrollment","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/required-enrollment.html","searchKeys":["requiredEnrollment","val requiredEnrollment: String? = null","com.mcdev.twitterapikit.model.Error.requiredEnrollment"]},{"name":"val start: Int = 0","description":"com.mcdev.twitterapikit.model.EntityAnnotation.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/start.html","searchKeys":["start","val start: Int = 0","com.mcdev.twitterapikit.model.EntityAnnotation.start"]},{"name":"val type: String? = null","description":"com.mcdev.twitterapikit.model.EntityAnnotation.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/type.html","searchKeys":["type","val type: String? = null","com.mcdev.twitterapikit.model.EntityAnnotation.type"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.BlocksExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-blocks-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.BlocksExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.FollowsExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-follows-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.FollowsExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.LikesExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-likes-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.LikesExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListFollowExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-follow-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListFollowExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListFollowersExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-followers-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListFollowersExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListMembersExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-members-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListMembersExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListMembershipExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-membership-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListMembershipExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListPinnedExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-pinned-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListPinnedExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListTweetsExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-list-tweets-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListTweetsExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.ListsExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-lists-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.ListsExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.MutesExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-mutes-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.MutesExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.RetweetExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-retweet-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.RetweetExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-buyers-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.SpacesBuyersExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.SpacesExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-spaces-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.SpacesExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.TimelinesExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-timelines-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.TimelinesExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.TweetsExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-tweets-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.TweetsExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.expansion.UsersExpansion.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.expansion/-users-expansion/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.expansion.UsersExpansion.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.ListField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-list-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.ListField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.MediaField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-media-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.MediaField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.PlaceField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-place-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.PlaceField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.PollField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-poll-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.PollField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.SpaceField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-space-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.SpaceField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.TopicField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-topic-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.TopicField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.TweetField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-tweet-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.TweetField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.field.UserField.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.field/-user-field/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.field.UserField.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.model.EntityAnnotation.Type.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity-annotation/-type/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.model.EntityAnnotation.Type.value"]},{"name":"val value: String","description":"com.mcdev.twitterapikit.model.SpaceState.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-space-state/value.html","searchKeys":["value","val value: String","com.mcdev.twitterapikit.model.SpaceState.value"]},{"name":"var altText: String? = null","description":"com.mcdev.twitterapikit.object.Media.altText","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/alt-text.html","searchKeys":["altText","var altText: String? = null","com.mcdev.twitterapikit.object.Media.altText"]},{"name":"var annotations: ArrayList?","description":"com.mcdev.twitterapikit.object.User.Entities.Description.annotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/annotations.html","searchKeys":["annotations","var annotations: ArrayList?","com.mcdev.twitterapikit.object.User.Entities.Description.annotations"]},{"name":"var annotations: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.annotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/annotations.html","searchKeys":["annotations","var annotations: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.annotations"]},{"name":"var attachments: Tweet.Attachments? = null","description":"com.mcdev.twitterapikit.object.Tweet.attachments","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/attachments.html","searchKeys":["attachments","var attachments: Tweet.Attachments? = null","com.mcdev.twitterapikit.object.Tweet.attachments"]},{"name":"var authorId: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.authorId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/author-id.html","searchKeys":["authorId","var authorId: String? = null","com.mcdev.twitterapikit.object.Tweet.authorId"]},{"name":"var bbox: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Place.Geo.bbox","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/bbox.html","searchKeys":["bbox","var bbox: ArrayList? = null","com.mcdev.twitterapikit.object.Place.Geo.bbox"]},{"name":"var cashtags: ArrayList?","description":"com.mcdev.twitterapikit.object.User.Entities.Description.cashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/cashtags.html","searchKeys":["cashtags","var cashtags: ArrayList?","com.mcdev.twitterapikit.object.User.Entities.Description.cashtags"]},{"name":"var cashtags: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.cashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/cashtags.html","searchKeys":["cashtags","var cashtags: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.cashtags"]},{"name":"var containedWithin: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Place.containedWithin","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/contained-within.html","searchKeys":["containedWithin","var containedWithin: ArrayList? = null","com.mcdev.twitterapikit.object.Place.containedWithin"]},{"name":"var contextAnnotations: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.contextAnnotations","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/context-annotations.html","searchKeys":["contextAnnotations","var contextAnnotations: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.contextAnnotations"]},{"name":"var conversationId: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.conversationId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/conversation-id.html","searchKeys":["conversationId","var conversationId: String? = null","com.mcdev.twitterapikit.object.Tweet.conversationId"]},{"name":"var coordinates: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.coordinates","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-coordinates/coordinates.html","searchKeys":["coordinates","var coordinates: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.coordinates"]},{"name":"var coordinates: Tweet.Geo.Coordinates? = null","description":"com.mcdev.twitterapikit.object.Tweet.Geo.coordinates","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/coordinates.html","searchKeys":["coordinates","var coordinates: Tweet.Geo.Coordinates? = null","com.mcdev.twitterapikit.object.Tweet.Geo.coordinates"]},{"name":"var copyright: Boolean = false","description":"com.mcdev.twitterapikit.object.Tweet.Withheld.copyright","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-withheld/copyright.html","searchKeys":["copyright","var copyright: Boolean = false","com.mcdev.twitterapikit.object.Tweet.Withheld.copyright"]},{"name":"var copyright: Boolean = false","description":"com.mcdev.twitterapikit.object.User.Withheld.copyright","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-withheld/copyright.html","searchKeys":["copyright","var copyright: Boolean = false","com.mcdev.twitterapikit.object.User.Withheld.copyright"]},{"name":"var country: String? = null","description":"com.mcdev.twitterapikit.object.Place.country","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/country.html","searchKeys":["country","var country: String? = null","com.mcdev.twitterapikit.object.Place.country"]},{"name":"var countryCode: String? = null","description":"com.mcdev.twitterapikit.object.Place.countryCode","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/country-code.html","searchKeys":["countryCode","var countryCode: String? = null","com.mcdev.twitterapikit.object.Place.countryCode"]},{"name":"var countryCodes: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Withheld.countryCodes","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-withheld/country-codes.html","searchKeys":["countryCodes","var countryCodes: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Withheld.countryCodes"]},{"name":"var countryCodes: ArrayList? = null","description":"com.mcdev.twitterapikit.object.User.Withheld.countryCodes","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-withheld/country-codes.html","searchKeys":["countryCodes","var countryCodes: ArrayList? = null","com.mcdev.twitterapikit.object.User.Withheld.countryCodes"]},{"name":"var createdAt: String? = null","description":"com.mcdev.twitterapikit.object.List.createdAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/created-at.html","searchKeys":["createdAt","var createdAt: String? = null","com.mcdev.twitterapikit.object.List.createdAt"]},{"name":"var createdAt: String? = null","description":"com.mcdev.twitterapikit.object.Space.createdAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/created-at.html","searchKeys":["createdAt","var createdAt: String? = null","com.mcdev.twitterapikit.object.Space.createdAt"]},{"name":"var createdAt: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.createdAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/created-at.html","searchKeys":["createdAt","var createdAt: String? = null","com.mcdev.twitterapikit.object.Tweet.createdAt"]},{"name":"var createdAt: String? = null","description":"com.mcdev.twitterapikit.object.User.createdAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/created-at.html","searchKeys":["createdAt","var createdAt: String? = null","com.mcdev.twitterapikit.object.User.createdAt"]},{"name":"var creatorId: String? = null","description":"com.mcdev.twitterapikit.object.Space.creatorId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/creator-id.html","searchKeys":["creatorId","var creatorId: String? = null","com.mcdev.twitterapikit.object.Space.creatorId"]},{"name":"var data: ArrayList?","description":"com.mcdev.twitterapikit.response.SpaceListResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/data.html","searchKeys":["data","var data: ArrayList?","com.mcdev.twitterapikit.response.SpaceListResponse.data"]},{"name":"var data: ArrayList?","description":"com.mcdev.twitterapikit.response.TweetListResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/data.html","searchKeys":["data","var data: ArrayList?","com.mcdev.twitterapikit.response.TweetListResponse.data"]},{"name":"var data: ArrayList? = null","description":"com.mcdev.twitterapikit.tweetlookup.MultipleTweets.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/data.html","searchKeys":["data","var data: ArrayList? = null","com.mcdev.twitterapikit.tweetlookup.MultipleTweets.data"]},{"name":"var data: ArrayList?","description":"com.mcdev.twitterapikit.response.UserListResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/data.html","searchKeys":["data","var data: ArrayList?","com.mcdev.twitterapikit.response.UserListResponse.data"]},{"name":"var data: Space?","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/data.html","searchKeys":["data","var data: Space?","com.mcdev.twitterapikit.response.SpaceSingleResponse.data"]},{"name":"var data: Tweet?","description":"com.mcdev.twitterapikit.response.TweetSingleResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/data.html","searchKeys":["data","var data: Tweet?","com.mcdev.twitterapikit.response.TweetSingleResponse.data"]},{"name":"var data: Tweet? = null","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweet.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet/data.html","searchKeys":["data","var data: Tweet? = null","com.mcdev.twitterapikit.tweetlookup.SingleTweet.data"]},{"name":"var data: Tweet? = null","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet-user-context/data.html","searchKeys":["data","var data: Tweet? = null","com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.data"]},{"name":"var data: User?","description":"com.mcdev.twitterapikit.response.UserSingleResponse.data","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/data.html","searchKeys":["data","var data: User?","com.mcdev.twitterapikit.response.UserSingleResponse.data"]},{"name":"var description: String?","description":"com.mcdev.twitterapikit.model.Topic.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/description.html","searchKeys":["description","var description: String?","com.mcdev.twitterapikit.model.Topic.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.model.Domain.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.model.Domain.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.model.Entity.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.model.Entity.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.model.Urls.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.model.Urls.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.object.List.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.object.List.description"]},{"name":"var description: String? = null","description":"com.mcdev.twitterapikit.object.User.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/description.html","searchKeys":["description","var description: String? = null","com.mcdev.twitterapikit.object.User.description"]},{"name":"var description: User.Entities.Description?","description":"com.mcdev.twitterapikit.object.User.Entities.description","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/description.html","searchKeys":["description","var description: User.Entities.Description?","com.mcdev.twitterapikit.object.User.Entities.description"]},{"name":"var detail: String?","description":"com.mcdev.twitterapikit.model.Errors.detail","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/detail.html","searchKeys":["detail","var detail: String?","com.mcdev.twitterapikit.model.Errors.detail"]},{"name":"var detail: String? = null","description":"com.mcdev.twitterapikit.model.Error.detail","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/detail.html","searchKeys":["detail","var detail: String? = null","com.mcdev.twitterapikit.model.Error.detail"]},{"name":"var detail: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.detail","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/detail.html","searchKeys":["detail","var detail: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.detail"]},{"name":"var displayUrl: String? = null","description":"com.mcdev.twitterapikit.model.Urls.displayUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/display-url.html","searchKeys":["displayUrl","var displayUrl: String? = null","com.mcdev.twitterapikit.model.Urls.displayUrl"]},{"name":"var domain: Domain? = null","description":"com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.domain","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-context-annotations/domain.html","searchKeys":["domain","var domain: Domain? = null","com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.domain"]},{"name":"var durationMinutes: Int? = 0","description":"com.mcdev.twitterapikit.object.Poll.durationMinutes","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/duration-minutes.html","searchKeys":["durationMinutes","var durationMinutes: Int? = 0","com.mcdev.twitterapikit.object.Poll.durationMinutes"]},{"name":"var durationMs: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.durationMs","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/duration-ms.html","searchKeys":["durationMs","var durationMs: Int? = 0","com.mcdev.twitterapikit.object.Media.durationMs"]},{"name":"var end: Int = 0","description":"com.mcdev.twitterapikit.model.Annotations.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/end.html","searchKeys":["end","var end: Int = 0","com.mcdev.twitterapikit.model.Annotations.end"]},{"name":"var end: Int = 0","description":"com.mcdev.twitterapikit.model.Cashtags.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/end.html","searchKeys":["end","var end: Int = 0","com.mcdev.twitterapikit.model.Cashtags.end"]},{"name":"var end: Int? = 0","description":"com.mcdev.twitterapikit.model.Hashtags.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/end.html","searchKeys":["end","var end: Int? = 0","com.mcdev.twitterapikit.model.Hashtags.end"]},{"name":"var end: Int? = 0","description":"com.mcdev.twitterapikit.model.Mentions.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/end.html","searchKeys":["end","var end: Int? = 0","com.mcdev.twitterapikit.model.Mentions.end"]},{"name":"var end: Int? = null","description":"com.mcdev.twitterapikit.model.Urls.end","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/end.html","searchKeys":["end","var end: Int? = null","com.mcdev.twitterapikit.model.Urls.end"]},{"name":"var endDateTime: String? = null","description":"com.mcdev.twitterapikit.object.Poll.endDateTime","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/end-date-time.html","searchKeys":["endDateTime","var endDateTime: String? = null","com.mcdev.twitterapikit.object.Poll.endDateTime"]},{"name":"var endedAt: String? = null","description":"com.mcdev.twitterapikit.object.Space.endedAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/ended-at.html","searchKeys":["endedAt","var endedAt: String? = null","com.mcdev.twitterapikit.object.Space.endedAt"]},{"name":"var entities: Tweet.Entities? = null","description":"com.mcdev.twitterapikit.object.Tweet.entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/entities.html","searchKeys":["entities","var entities: Tweet.Entities? = null","com.mcdev.twitterapikit.object.Tweet.entities"]},{"name":"var entities: User.Entities? = null","description":"com.mcdev.twitterapikit.object.User.entities","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/entities.html","searchKeys":["entities","var entities: User.Entities? = null","com.mcdev.twitterapikit.object.User.entities"]},{"name":"var entity: Entity? = null","description":"com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.entity","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-context-annotations/entity.html","searchKeys":["entity","var entity: Entity? = null","com.mcdev.twitterapikit.object.Tweet.ContextAnnotations.entity"]},{"name":"var errors: ArrayList? = null","description":"com.mcdev.twitterapikit.model.Error.errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/errors.html","searchKeys":["errors","var errors: ArrayList? = null","com.mcdev.twitterapikit.model.Error.errors"]},{"name":"var errors: ArrayList? = null","description":"com.mcdev.twitterapikit.tweetlookup.MultipleTweets.errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-multiple-tweets/errors.html","searchKeys":["errors","var errors: ArrayList? = null","com.mcdev.twitterapikit.tweetlookup.MultipleTweets.errors"]},{"name":"var errors: ArrayList? = null","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweet.errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet/errors.html","searchKeys":["errors","var errors: ArrayList? = null","com.mcdev.twitterapikit.tweetlookup.SingleTweet.errors"]},{"name":"var errors: ArrayList? = null","description":"com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.errors","location":"-twitter -api -kit/com.mcdev.twitterapikit.tweetlookup/-single-tweet-user-context/errors.html","searchKeys":["errors","var errors: ArrayList? = null","com.mcdev.twitterapikit.tweetlookup.SingleTweetUserContext.errors"]},{"name":"var expandedUrl: String? = null","description":"com.mcdev.twitterapikit.model.Urls.expandedUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/expanded-url.html","searchKeys":["expandedUrl","var expandedUrl: String? = null","com.mcdev.twitterapikit.model.Urls.expandedUrl"]},{"name":"var expansions: List?","description":"com.mcdev.twitterapikit.model.Parameters.expansions","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/expansions.html","searchKeys":["expansions","var expansions: List?","com.mcdev.twitterapikit.model.Parameters.expansions"]},{"name":"var field: String?","description":"com.mcdev.twitterapikit.model.Errors.field","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/field.html","searchKeys":["field","var field: String?","com.mcdev.twitterapikit.model.Errors.field"]},{"name":"var field: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.field","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/field.html","searchKeys":["field","var field: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.field"]},{"name":"var followerCount: Int = 0","description":"com.mcdev.twitterapikit.object.List.followerCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/follower-count.html","searchKeys":["followerCount","var followerCount: Int = 0","com.mcdev.twitterapikit.object.List.followerCount"]},{"name":"var followersCount: Long = 0","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.followersCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/followers-count.html","searchKeys":["followersCount","var followersCount: Long = 0","com.mcdev.twitterapikit.object.User.PublicMetrics.followersCount"]},{"name":"var followingCount: Long = 0","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.followingCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/following-count.html","searchKeys":["followingCount","var followingCount: Long = 0","com.mcdev.twitterapikit.object.User.PublicMetrics.followingCount"]},{"name":"var fullName: String? = null","description":"com.mcdev.twitterapikit.object.Place.fullName","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/full-name.html","searchKeys":["fullName","var fullName: String? = null","com.mcdev.twitterapikit.object.Place.fullName"]},{"name":"var geo: Place.Geo? = null","description":"com.mcdev.twitterapikit.object.Place.geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/geo.html","searchKeys":["geo","var geo: Place.Geo? = null","com.mcdev.twitterapikit.object.Place.geo"]},{"name":"var geo: Tweet.Geo? = null","description":"com.mcdev.twitterapikit.object.Tweet.geo","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/geo.html","searchKeys":["geo","var geo: Tweet.Geo? = null","com.mcdev.twitterapikit.object.Tweet.geo"]},{"name":"var hashtags: ArrayList?","description":"com.mcdev.twitterapikit.object.User.Entities.Description.hashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/hashtags.html","searchKeys":["hashtags","var hashtags: ArrayList?","com.mcdev.twitterapikit.object.User.Entities.Description.hashtags"]},{"name":"var hashtags: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.hashtags","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/hashtags.html","searchKeys":["hashtags","var hashtags: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.hashtags"]},{"name":"var height: Int? = 0","description":"com.mcdev.twitterapikit.model.Image.height","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/height.html","searchKeys":["height","var height: Int? = 0","com.mcdev.twitterapikit.model.Image.height"]},{"name":"var height: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.height","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/height.html","searchKeys":["height","var height: Int? = 0","com.mcdev.twitterapikit.object.Media.height"]},{"name":"var hostIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Space.hostIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/host-ids.html","searchKeys":["hostIds","var hostIds: ArrayList? = null","com.mcdev.twitterapikit.object.Space.hostIds"]},{"name":"var id: String","description":"com.mcdev.twitterapikit.model.Mentions.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/id.html","searchKeys":["id","var id: String","com.mcdev.twitterapikit.model.Mentions.id"]},{"name":"var id: String?","description":"com.mcdev.twitterapikit.model.Topic.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/id.html","searchKeys":["id","var id: String?","com.mcdev.twitterapikit.model.Topic.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.model.Domain.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.model.Domain.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.model.Entity.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.model.Entity.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.List.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.List.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Place.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Place.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Poll.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Poll.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Space.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Space.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-referenced-tweets/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.Tweet.id"]},{"name":"var id: String? = null","description":"com.mcdev.twitterapikit.object.User.id","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/id.html","searchKeys":["id","var id: String? = null","com.mcdev.twitterapikit.object.User.id"]},{"name":"var ids: List?","description":"com.mcdev.twitterapikit.model.Parameters.ids","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/ids.html","searchKeys":["ids","var ids: List?","com.mcdev.twitterapikit.model.Parameters.ids"]},{"name":"var images: ArrayList","description":"com.mcdev.twitterapikit.model.Urls.images","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/images.html","searchKeys":["images","var images: ArrayList","com.mcdev.twitterapikit.model.Urls.images"]},{"name":"var impressionCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.impressionCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/impression-count.html","searchKeys":["impressionCount","var impressionCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.impressionCount"]},{"name":"var impressionCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.impressionCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/impression-count.html","searchKeys":["impressionCount","var impressionCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.impressionCount"]},{"name":"var impressionCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.impressionCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/impression-count.html","searchKeys":["impressionCount","var impressionCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.impressionCount"]},{"name":"var inReplyToUserId: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.inReplyToUserId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/in-reply-to-user-id.html","searchKeys":["inReplyToUserId","var inReplyToUserId: String? = null","com.mcdev.twitterapikit.object.Tweet.inReplyToUserId"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.SpaceListResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.SpaceListResponse.includes"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.SpaceSingleResponse.includes"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.TweetListResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.TweetListResponse.includes"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.TweetSingleResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.TweetSingleResponse.includes"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.UserListResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.UserListResponse.includes"]},{"name":"var includes: Includes?","description":"com.mcdev.twitterapikit.response.UserSingleResponse.includes","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/includes.html","searchKeys":["includes","var includes: Includes?","com.mcdev.twitterapikit.response.UserSingleResponse.includes"]},{"name":"var invitedUserIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Space.invitedUserIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/invited-user-ids.html","searchKeys":["invitedUserIds","var invitedUserIds: ArrayList? = null","com.mcdev.twitterapikit.object.Space.invitedUserIds"]},{"name":"var isTicketed: Boolean = false","description":"com.mcdev.twitterapikit.object.Space.isTicketed","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/is-ticketed.html","searchKeys":["isTicketed","var isTicketed: Boolean = false","com.mcdev.twitterapikit.object.Space.isTicketed"]},{"name":"var label: String? = null","description":"com.mcdev.twitterapikit.object.Poll.Options.label","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/label.html","searchKeys":["label","var label: String? = null","com.mcdev.twitterapikit.object.Poll.Options.label"]},{"name":"var lang: String? = null","description":"com.mcdev.twitterapikit.object.Space.lang","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/lang.html","searchKeys":["lang","var lang: String? = null","com.mcdev.twitterapikit.object.Space.lang"]},{"name":"var lang: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.lang","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/lang.html","searchKeys":["lang","var lang: String? = null","com.mcdev.twitterapikit.object.Tweet.lang"]},{"name":"var likeCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.likeCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/like-count.html","searchKeys":["likeCount","var likeCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.likeCount"]},{"name":"var likeCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.likeCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/like-count.html","searchKeys":["likeCount","var likeCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.likeCount"]},{"name":"var likeCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.likeCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/like-count.html","searchKeys":["likeCount","var likeCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.likeCount"]},{"name":"var listedCount: Long = 0","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.listedCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/listed-count.html","searchKeys":["listedCount","var listedCount: Long = 0","com.mcdev.twitterapikit.object.User.PublicMetrics.listedCount"]},{"name":"var location: String? = null","description":"com.mcdev.twitterapikit.object.User.location","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/location.html","searchKeys":["location","var location: String? = null","com.mcdev.twitterapikit.object.User.location"]},{"name":"var maxResults: List?","description":"com.mcdev.twitterapikit.model.Parameters.maxResults","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/max-results.html","searchKeys":["maxResults","var maxResults: List?","com.mcdev.twitterapikit.model.Parameters.maxResults"]},{"name":"var media: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.media","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/media.html","searchKeys":["media","var media: ArrayList?","com.mcdev.twitterapikit.model.Includes.media"]},{"name":"var mediaKey: String? = null","description":"com.mcdev.twitterapikit.object.Media.mediaKey","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/media-key.html","searchKeys":["mediaKey","var mediaKey: String? = null","com.mcdev.twitterapikit.object.Media.mediaKey"]},{"name":"var mediaKeys: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Attachments.mediaKeys","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-attachments/media-keys.html","searchKeys":["mediaKeys","var mediaKeys: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Attachments.mediaKeys"]},{"name":"var memberCount: Int = 0","description":"com.mcdev.twitterapikit.object.List.memberCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/member-count.html","searchKeys":["memberCount","var memberCount: Int = 0","com.mcdev.twitterapikit.object.List.memberCount"]},{"name":"var mentions: ArrayList?","description":"com.mcdev.twitterapikit.object.User.Entities.Description.mentions","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/mentions.html","searchKeys":["mentions","var mentions: ArrayList?","com.mcdev.twitterapikit.object.User.Entities.Description.mentions"]},{"name":"var mentions: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.mentions","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/mentions.html","searchKeys":["mentions","var mentions: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.mentions"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.SpaceListResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-list-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.SpaceListResponse.meta"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.SpaceSingleResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-space-single-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.SpaceSingleResponse.meta"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.TweetListResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-list-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.TweetListResponse.meta"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.TweetSingleResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-tweet-single-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.TweetSingleResponse.meta"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.UserListResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-list-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.UserListResponse.meta"]},{"name":"var meta: Meta?","description":"com.mcdev.twitterapikit.response.UserSingleResponse.meta","location":"-twitter -api -kit/com.mcdev.twitterapikit.response/-user-single-response/meta.html","searchKeys":["meta","var meta: Meta?","com.mcdev.twitterapikit.response.UserSingleResponse.meta"]},{"name":"var name: String?","description":"com.mcdev.twitterapikit.model.Topic.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-topic/name.html","searchKeys":["name","var name: String?","com.mcdev.twitterapikit.model.Topic.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.model.Domain.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-domain/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.model.Domain.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.model.Entity.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-entity/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.model.Entity.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.object.List.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.object.List.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.object.Place.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.object.Place.name"]},{"name":"var name: String? = null","description":"com.mcdev.twitterapikit.object.User.name","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/name.html","searchKeys":["name","var name: String? = null","com.mcdev.twitterapikit.object.User.name"]},{"name":"var newestId: String?","description":"com.mcdev.twitterapikit.model.Meta.newestId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/newest-id.html","searchKeys":["newestId","var newestId: String?","com.mcdev.twitterapikit.model.Meta.newestId"]},{"name":"var nextToken: String?","description":"com.mcdev.twitterapikit.model.Meta.nextToken","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/next-token.html","searchKeys":["nextToken","var nextToken: String?","com.mcdev.twitterapikit.model.Meta.nextToken"]},{"name":"var nonPublicMetrics: Media.NonPublicMetrics? = null","description":"com.mcdev.twitterapikit.object.Media.nonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/non-public-metrics.html","searchKeys":["nonPublicMetrics","var nonPublicMetrics: Media.NonPublicMetrics? = null","com.mcdev.twitterapikit.object.Media.nonPublicMetrics"]},{"name":"var nonPublicMetrics: Tweet.NonPublicMetrics? = null","description":"com.mcdev.twitterapikit.object.Tweet.nonPublicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/non-public-metrics.html","searchKeys":["nonPublicMetrics","var nonPublicMetrics: Tweet.NonPublicMetrics? = null","com.mcdev.twitterapikit.object.Tweet.nonPublicMetrics"]},{"name":"var normalizedText: String? = null","description":"com.mcdev.twitterapikit.model.Annotations.normalizedText","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/normalized-text.html","searchKeys":["normalizedText","var normalizedText: String? = null","com.mcdev.twitterapikit.model.Annotations.normalizedText"]},{"name":"var oldestId: String?","description":"com.mcdev.twitterapikit.model.Meta.oldestId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/oldest-id.html","searchKeys":["oldestId","var oldestId: String?","com.mcdev.twitterapikit.model.Meta.oldestId"]},{"name":"var options: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Poll.options","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/options.html","searchKeys":["options","var options: ArrayList? = null","com.mcdev.twitterapikit.object.Poll.options"]},{"name":"var organicMetrics: Media.OrganicMetrics? = null","description":"com.mcdev.twitterapikit.object.Media.organicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/organic-metrics.html","searchKeys":["organicMetrics","var organicMetrics: Media.OrganicMetrics? = null","com.mcdev.twitterapikit.object.Media.organicMetrics"]},{"name":"var organicMetrics: Tweet.OrganicMetrics? = null","description":"com.mcdev.twitterapikit.object.Tweet.organicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/organic-metrics.html","searchKeys":["organicMetrics","var organicMetrics: Tweet.OrganicMetrics? = null","com.mcdev.twitterapikit.object.Tweet.organicMetrics"]},{"name":"var ownerId: String? = null","description":"com.mcdev.twitterapikit.object.List.ownerId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/owner-id.html","searchKeys":["ownerId","var ownerId: String? = null","com.mcdev.twitterapikit.object.List.ownerId"]},{"name":"var paginationToken: List?","description":"com.mcdev.twitterapikit.model.Parameters.paginationToken","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/pagination-token.html","searchKeys":["paginationToken","var paginationToken: List?","com.mcdev.twitterapikit.model.Parameters.paginationToken"]},{"name":"var parameter: String?","description":"com.mcdev.twitterapikit.model.Errors.parameter","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/parameter.html","searchKeys":["parameter","var parameter: String?","com.mcdev.twitterapikit.model.Errors.parameter"]},{"name":"var parameter: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.parameter","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/parameter.html","searchKeys":["parameter","var parameter: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.parameter"]},{"name":"var participantCount: Int = 0","description":"com.mcdev.twitterapikit.object.Space.participantCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/participant-count.html","searchKeys":["participantCount","var participantCount: Int = 0","com.mcdev.twitterapikit.object.Space.participantCount"]},{"name":"var pinnedTweetId: String? = null","description":"com.mcdev.twitterapikit.object.User.pinnedTweetId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/pinned-tweet-id.html","searchKeys":["pinnedTweetId","var pinnedTweetId: String? = null","com.mcdev.twitterapikit.object.User.pinnedTweetId"]},{"name":"var placeId: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.Geo.placeId","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/place-id.html","searchKeys":["placeId","var placeId: String? = null","com.mcdev.twitterapikit.object.Tweet.Geo.placeId"]},{"name":"var placeType: String? = null","description":"com.mcdev.twitterapikit.object.Place.placeType","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/place-type.html","searchKeys":["placeType","var placeType: String? = null","com.mcdev.twitterapikit.object.Place.placeType"]},{"name":"var playback0Count: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback0Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback0-count.html","searchKeys":["playback0Count","var playback0Count: Int? = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback0Count"]},{"name":"var playback0Count: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback0Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback0-count.html","searchKeys":["playback0Count","var playback0Count: Int? = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback0Count"]},{"name":"var playback0Count: Int? = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback0Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback0-count.html","searchKeys":["playback0Count","var playback0Count: Int? = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback0Count"]},{"name":"var playback100Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback100Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback100-count.html","searchKeys":["playback100Count","var playback100Count: Int = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback100Count"]},{"name":"var playback100Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback100Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback100-count.html","searchKeys":["playback100Count","var playback100Count: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback100Count"]},{"name":"var playback100Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback100Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback100-count.html","searchKeys":["playback100Count","var playback100Count: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback100Count"]},{"name":"var playback25Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback25Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback25-count.html","searchKeys":["playback25Count","var playback25Count: Int = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback25Count"]},{"name":"var playback25Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback25Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback25-count.html","searchKeys":["playback25Count","var playback25Count: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback25Count"]},{"name":"var playback25Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback25Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback25-count.html","searchKeys":["playback25Count","var playback25Count: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback25Count"]},{"name":"var playback50Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback50Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback50-count.html","searchKeys":["playback50Count","var playback50Count: Int = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback50Count"]},{"name":"var playback50Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback50Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback50-count.html","searchKeys":["playback50Count","var playback50Count: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback50Count"]},{"name":"var playback50Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback50Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback50-count.html","searchKeys":["playback50Count","var playback50Count: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback50Count"]},{"name":"var playback75Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback75Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-non-public-metrics/playback75-count.html","searchKeys":["playback75Count","var playback75Count: Int = 0","com.mcdev.twitterapikit.object.Media.NonPublicMetrics.playback75Count"]},{"name":"var playback75Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback75Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/playback75-count.html","searchKeys":["playback75Count","var playback75Count: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.playback75Count"]},{"name":"var playback75Count: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback75Count","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/playback75-count.html","searchKeys":["playback75Count","var playback75Count: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.playback75Count"]},{"name":"var pollIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Attachments.pollIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-attachments/poll-ids.html","searchKeys":["pollIds","var pollIds: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Attachments.pollIds"]},{"name":"var polls: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.polls","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/polls.html","searchKeys":["polls","var polls: ArrayList?","com.mcdev.twitterapikit.model.Includes.polls"]},{"name":"var position: Int = 0","description":"com.mcdev.twitterapikit.object.Poll.Options.position","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/position.html","searchKeys":["position","var position: Int = 0","com.mcdev.twitterapikit.object.Poll.Options.position"]},{"name":"var possiblySensitive: Boolean = false","description":"com.mcdev.twitterapikit.object.Tweet.possiblySensitive","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/possibly-sensitive.html","searchKeys":["possiblySensitive","var possiblySensitive: Boolean = false","com.mcdev.twitterapikit.object.Tweet.possiblySensitive"]},{"name":"var previewImageUrl: String? = null","description":"com.mcdev.twitterapikit.object.Media.previewImageUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/preview-image-url.html","searchKeys":["previewImageUrl","var previewImageUrl: String? = null","com.mcdev.twitterapikit.object.Media.previewImageUrl"]},{"name":"var previousToken: String?","description":"com.mcdev.twitterapikit.model.Meta.previousToken","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/previous-token.html","searchKeys":["previousToken","var previousToken: String?","com.mcdev.twitterapikit.model.Meta.previousToken"]},{"name":"var private: Boolean = false","description":"com.mcdev.twitterapikit.object.List.private","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-list/private.html","searchKeys":["private","var private: Boolean = false","com.mcdev.twitterapikit.object.List.private"]},{"name":"var probability: Double = 0.0","description":"com.mcdev.twitterapikit.model.Annotations.probability","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/probability.html","searchKeys":["probability","var probability: Double = 0.0","com.mcdev.twitterapikit.model.Annotations.probability"]},{"name":"var profileImageUrl: String? = null","description":"com.mcdev.twitterapikit.object.User.profileImageUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/profile-image-url.html","searchKeys":["profileImageUrl","var profileImageUrl: String? = null","com.mcdev.twitterapikit.object.User.profileImageUrl"]},{"name":"var promotedMetrics: Media.PromotedMetrics? = null","description":"com.mcdev.twitterapikit.object.Media.promotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/promoted-metrics.html","searchKeys":["promotedMetrics","var promotedMetrics: Media.PromotedMetrics? = null","com.mcdev.twitterapikit.object.Media.promotedMetrics"]},{"name":"var promotedMetrics: Tweet.PromotedMetrics? = null","description":"com.mcdev.twitterapikit.object.Tweet.promotedMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/promoted-metrics.html","searchKeys":["promotedMetrics","var promotedMetrics: Tweet.PromotedMetrics? = null","com.mcdev.twitterapikit.object.Tweet.promotedMetrics"]},{"name":"var properties: String? = null","description":"com.mcdev.twitterapikit.object.Place.Geo.properties","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/properties.html","searchKeys":["properties","var properties: String? = null","com.mcdev.twitterapikit.object.Place.Geo.properties"]},{"name":"var protected: Boolean = false","description":"com.mcdev.twitterapikit.object.User.protected","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/protected.html","searchKeys":["protected","var protected: Boolean = false","com.mcdev.twitterapikit.object.User.protected"]},{"name":"var publicMetrics: Media.PublicMetrics? = null","description":"com.mcdev.twitterapikit.object.Media.publicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/public-metrics.html","searchKeys":["publicMetrics","var publicMetrics: Media.PublicMetrics? = null","com.mcdev.twitterapikit.object.Media.publicMetrics"]},{"name":"var publicMetrics: Tweet.PublicMetrics? = null","description":"com.mcdev.twitterapikit.object.Tweet.publicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/public-metrics.html","searchKeys":["publicMetrics","var publicMetrics: Tweet.PublicMetrics? = null","com.mcdev.twitterapikit.object.Tweet.publicMetrics"]},{"name":"var publicMetrics: User.PublicMetrics? = null","description":"com.mcdev.twitterapikit.object.User.publicMetrics","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/public-metrics.html","searchKeys":["publicMetrics","var publicMetrics: User.PublicMetrics? = null","com.mcdev.twitterapikit.object.User.publicMetrics"]},{"name":"var query: List?","description":"com.mcdev.twitterapikit.model.Parameters.query","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/query.html","searchKeys":["query","var query: List?","com.mcdev.twitterapikit.model.Parameters.query"]},{"name":"var quoteCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.quoteCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/quote-count.html","searchKeys":["quoteCount","var quoteCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.quoteCount"]},{"name":"var referencedTweets: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.referencedTweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/referenced-tweets.html","searchKeys":["referencedTweets","var referencedTweets: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.referencedTweets"]},{"name":"var replyCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.replyCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/reply-count.html","searchKeys":["replyCount","var replyCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.replyCount"]},{"name":"var replyCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.replyCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/reply-count.html","searchKeys":["replyCount","var replyCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.replyCount"]},{"name":"var replyCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.replyCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/reply-count.html","searchKeys":["replyCount","var replyCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.replyCount"]},{"name":"var replySettings: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.replySettings","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/reply-settings.html","searchKeys":["replySettings","var replySettings: String? = null","com.mcdev.twitterapikit.object.Tweet.replySettings"]},{"name":"var resourceId: String?","description":"com.mcdev.twitterapikit.model.Errors.resourceId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/resource-id.html","searchKeys":["resourceId","var resourceId: String?","com.mcdev.twitterapikit.model.Errors.resourceId"]},{"name":"var resourceId: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.resourceId","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/resource-id.html","searchKeys":["resourceId","var resourceId: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.resourceId"]},{"name":"var resourceType: String?","description":"com.mcdev.twitterapikit.model.Errors.resourceType","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/resource-type.html","searchKeys":["resourceType","var resourceType: String?","com.mcdev.twitterapikit.model.Errors.resourceType"]},{"name":"var resourceType: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.resourceType","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/resource-type.html","searchKeys":["resourceType","var resourceType: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.resourceType"]},{"name":"var resultCount: Int = 0","description":"com.mcdev.twitterapikit.model.Meta.resultCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-meta/result-count.html","searchKeys":["resultCount","var resultCount: Int = 0","com.mcdev.twitterapikit.model.Meta.resultCount"]},{"name":"var retweetCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.retweetCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/retweet-count.html","searchKeys":["retweetCount","var retweetCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.retweetCount"]},{"name":"var retweetCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.retweetCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/retweet-count.html","searchKeys":["retweetCount","var retweetCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.retweetCount"]},{"name":"var retweetCount: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PublicMetrics.retweetCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-public-metrics/retweet-count.html","searchKeys":["retweetCount","var retweetCount: Long = 0","com.mcdev.twitterapikit.object.Tweet.PublicMetrics.retweetCount"]},{"name":"var scheduledStart: String? = null","description":"com.mcdev.twitterapikit.object.Space.scheduledStart","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/scheduled-start.html","searchKeys":["scheduledStart","var scheduledStart: String? = null","com.mcdev.twitterapikit.object.Space.scheduledStart"]},{"name":"var section: String?","description":"com.mcdev.twitterapikit.model.Errors.section","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/section.html","searchKeys":["section","var section: String?","com.mcdev.twitterapikit.model.Errors.section"]},{"name":"var section: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.section","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/section.html","searchKeys":["section","var section: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.section"]},{"name":"var source: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.source","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/source.html","searchKeys":["source","var source: String? = null","com.mcdev.twitterapikit.object.Tweet.source"]},{"name":"var spaceFields: List?","description":"com.mcdev.twitterapikit.model.Parameters.spaceFields","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/space-fields.html","searchKeys":["spaceFields","var spaceFields: List?","com.mcdev.twitterapikit.model.Parameters.spaceFields"]},{"name":"var speakerIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Space.speakerIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/speaker-ids.html","searchKeys":["speakerIds","var speakerIds: ArrayList? = null","com.mcdev.twitterapikit.object.Space.speakerIds"]},{"name":"var start: Int = 0","description":"com.mcdev.twitterapikit.model.Annotations.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/start.html","searchKeys":["start","var start: Int = 0","com.mcdev.twitterapikit.model.Annotations.start"]},{"name":"var start: Int = 0","description":"com.mcdev.twitterapikit.model.Cashtags.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/start.html","searchKeys":["start","var start: Int = 0","com.mcdev.twitterapikit.model.Cashtags.start"]},{"name":"var start: Int = 0","description":"com.mcdev.twitterapikit.model.Hashtags.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/start.html","searchKeys":["start","var start: Int = 0","com.mcdev.twitterapikit.model.Hashtags.start"]},{"name":"var start: Int? = 0","description":"com.mcdev.twitterapikit.model.Mentions.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/start.html","searchKeys":["start","var start: Int? = 0","com.mcdev.twitterapikit.model.Mentions.start"]},{"name":"var start: Int? = null","description":"com.mcdev.twitterapikit.model.Urls.start","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/start.html","searchKeys":["start","var start: Int? = null","com.mcdev.twitterapikit.model.Urls.start"]},{"name":"var startedAt: String? = null","description":"com.mcdev.twitterapikit.object.Space.startedAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/started-at.html","searchKeys":["startedAt","var startedAt: String? = null","com.mcdev.twitterapikit.object.Space.startedAt"]},{"name":"var state: List?","description":"com.mcdev.twitterapikit.model.Parameters.state","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/state.html","searchKeys":["state","var state: List?","com.mcdev.twitterapikit.model.Parameters.state"]},{"name":"var state: String? = null","description":"com.mcdev.twitterapikit.object.Space.state","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/state.html","searchKeys":["state","var state: String? = null","com.mcdev.twitterapikit.object.Space.state"]},{"name":"var status: Int? = null","description":"com.mcdev.twitterapikit.model.Error.status","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/status.html","searchKeys":["status","var status: Int? = null","com.mcdev.twitterapikit.model.Error.status"]},{"name":"var status: String? = null","description":"com.mcdev.twitterapikit.model.Urls.status","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/status.html","searchKeys":["status","var status: String? = null","com.mcdev.twitterapikit.model.Urls.status"]},{"name":"var tag: String? = null","description":"com.mcdev.twitterapikit.model.Cashtags.tag","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-cashtags/tag.html","searchKeys":["tag","var tag: String? = null","com.mcdev.twitterapikit.model.Cashtags.tag"]},{"name":"var tag: String? = null","description":"com.mcdev.twitterapikit.model.Hashtags.tag","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-hashtags/tag.html","searchKeys":["tag","var tag: String? = null","com.mcdev.twitterapikit.model.Hashtags.tag"]},{"name":"var tag: String? = null","description":"com.mcdev.twitterapikit.model.Mentions.tag","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/tag.html","searchKeys":["tag","var tag: String? = null","com.mcdev.twitterapikit.model.Mentions.tag"]},{"name":"var text: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.text","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/text.html","searchKeys":["text","var text: String? = null","com.mcdev.twitterapikit.object.Tweet.text"]},{"name":"var title: String? = null","description":"com.mcdev.twitterapikit.model.Error.title","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/title.html","searchKeys":["title","var title: String? = null","com.mcdev.twitterapikit.model.Error.title"]},{"name":"var title: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.title","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/title.html","searchKeys":["title","var title: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.title"]},{"name":"var title: String? = null","description":"com.mcdev.twitterapikit.model.Urls.title","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/title.html","searchKeys":["title","var title: String? = null","com.mcdev.twitterapikit.model.Urls.title"]},{"name":"var title: String? = null","description":"com.mcdev.twitterapikit.object.Space.title","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/title.html","searchKeys":["title","var title: String? = null","com.mcdev.twitterapikit.object.Space.title"]},{"name":"var topicFields: List?","description":"com.mcdev.twitterapikit.model.Parameters.topicFields","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/topic-fields.html","searchKeys":["topicFields","var topicFields: List?","com.mcdev.twitterapikit.model.Parameters.topicFields"]},{"name":"var topicIds: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Space.topicIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/topic-ids.html","searchKeys":["topicIds","var topicIds: ArrayList? = null","com.mcdev.twitterapikit.object.Space.topicIds"]},{"name":"var topics: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.topics","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/topics.html","searchKeys":["topics","var topics: ArrayList?","com.mcdev.twitterapikit.model.Includes.topics"]},{"name":"var tweetCount: Long = 0","description":"com.mcdev.twitterapikit.object.User.PublicMetrics.tweetCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-public-metrics/tweet-count.html","searchKeys":["tweetCount","var tweetCount: Long = 0","com.mcdev.twitterapikit.object.User.PublicMetrics.tweetCount"]},{"name":"var tweets: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.tweets","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/tweets.html","searchKeys":["tweets","var tweets: ArrayList?","com.mcdev.twitterapikit.model.Includes.tweets"]},{"name":"var type: String?","description":"com.mcdev.twitterapikit.model.Errors.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/type.html","searchKeys":["type","var type: String?","com.mcdev.twitterapikit.model.Errors.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.model.Annotations.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-annotations/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.model.Annotations.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.model.Error.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-error/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.model.Error.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.object.Media.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.object.Media.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.object.Place.Geo.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-place/-geo/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.object.Place.Geo.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-geo/-coordinates/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.object.Tweet.Geo.Coordinates.type"]},{"name":"var type: String? = null","description":"com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.type","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-referenced-tweets/type.html","searchKeys":["type","var type: String? = null","com.mcdev.twitterapikit.object.Tweet.ReferencedTweets.type"]},{"name":"var unwoundUrl: String? = null","description":"com.mcdev.twitterapikit.model.Urls.unwoundUrl","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/unwound-url.html","searchKeys":["unwoundUrl","var unwoundUrl: String? = null","com.mcdev.twitterapikit.model.Urls.unwoundUrl"]},{"name":"var updatedAt: String? = null","description":"com.mcdev.twitterapikit.object.Space.updatedAt","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-space/updated-at.html","searchKeys":["updatedAt","var updatedAt: String? = null","com.mcdev.twitterapikit.object.Space.updatedAt"]},{"name":"var url: String?","description":"com.mcdev.twitterapikit.model.Image.url","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/url.html","searchKeys":["url","var url: String?","com.mcdev.twitterapikit.model.Image.url"]},{"name":"var url: String? = null","description":"com.mcdev.twitterapikit.model.Urls.url","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-urls/url.html","searchKeys":["url","var url: String? = null","com.mcdev.twitterapikit.model.Urls.url"]},{"name":"var url: String? = null","description":"com.mcdev.twitterapikit.object.User.url","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/url.html","searchKeys":["url","var url: String? = null","com.mcdev.twitterapikit.object.User.url"]},{"name":"var url: User.Entities.Url?","description":"com.mcdev.twitterapikit.object.User.Entities.url","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/url.html","searchKeys":["url","var url: User.Entities.Url?","com.mcdev.twitterapikit.object.User.Entities.url"]},{"name":"var urlLinkClicks: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.urlLinkClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/url-link-clicks.html","searchKeys":["urlLinkClicks","var urlLinkClicks: Long = 0","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.urlLinkClicks"]},{"name":"var urlLinkClicks: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.urlLinkClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/url-link-clicks.html","searchKeys":["urlLinkClicks","var urlLinkClicks: Long = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.urlLinkClicks"]},{"name":"var urlLinkClicks: Long = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.urlLinkClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/url-link-clicks.html","searchKeys":["urlLinkClicks","var urlLinkClicks: Long = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.urlLinkClicks"]},{"name":"var urls: ArrayList?","description":"com.mcdev.twitterapikit.object.User.Entities.Description.urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-description/urls.html","searchKeys":["urls","var urls: ArrayList?","com.mcdev.twitterapikit.object.User.Entities.Description.urls"]},{"name":"var urls: ArrayList?","description":"com.mcdev.twitterapikit.object.User.Entities.Url.urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/-entities/-url/urls.html","searchKeys":["urls","var urls: ArrayList?","com.mcdev.twitterapikit.object.User.Entities.Url.urls"]},{"name":"var urls: ArrayList? = null","description":"com.mcdev.twitterapikit.object.Tweet.Entities.urls","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-entities/urls.html","searchKeys":["urls","var urls: ArrayList? = null","com.mcdev.twitterapikit.object.Tweet.Entities.urls"]},{"name":"var userFields: List?","description":"com.mcdev.twitterapikit.model.Parameters.userFields","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/user-fields.html","searchKeys":["userFields","var userFields: List?","com.mcdev.twitterapikit.model.Parameters.userFields"]},{"name":"var userIds: List?","description":"com.mcdev.twitterapikit.model.Parameters.userIds","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-parameters/user-ids.html","searchKeys":["userIds","var userIds: List?","com.mcdev.twitterapikit.model.Parameters.userIds"]},{"name":"var userName: String? = null","description":"com.mcdev.twitterapikit.model.Mentions.userName","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-mentions/user-name.html","searchKeys":["userName","var userName: String? = null","com.mcdev.twitterapikit.model.Mentions.userName"]},{"name":"var userProfileClicks: Long? = 0","description":"com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.userProfileClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-non-public-metrics/user-profile-clicks.html","searchKeys":["userProfileClicks","var userProfileClicks: Long? = 0","com.mcdev.twitterapikit.object.Tweet.NonPublicMetrics.userProfileClicks"]},{"name":"var userProfileClicks: Long? = 0","description":"com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.userProfileClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-organic-metrics/user-profile-clicks.html","searchKeys":["userProfileClicks","var userProfileClicks: Long? = 0","com.mcdev.twitterapikit.object.Tweet.OrganicMetrics.userProfileClicks"]},{"name":"var userProfileClicks: Long? = 0","description":"com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.userProfileClicks","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/-promoted-metrics/user-profile-clicks.html","searchKeys":["userProfileClicks","var userProfileClicks: Long? = 0","com.mcdev.twitterapikit.object.Tweet.PromotedMetrics.userProfileClicks"]},{"name":"var username: String? = null","description":"com.mcdev.twitterapikit.object.User.username","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/username.html","searchKeys":["username","var username: String? = null","com.mcdev.twitterapikit.object.User.username"]},{"name":"var users: ArrayList?","description":"com.mcdev.twitterapikit.model.Includes.users","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-includes/users.html","searchKeys":["users","var users: ArrayList?","com.mcdev.twitterapikit.model.Includes.users"]},{"name":"var value: String?","description":"com.mcdev.twitterapikit.model.Errors.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors/value.html","searchKeys":["value","var value: String?","com.mcdev.twitterapikit.model.Errors.value"]},{"name":"var value: String? = null","description":"com.mcdev.twitterapikit.model.ErrorsXXX.value","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-errors-x-x-x/value.html","searchKeys":["value","var value: String? = null","com.mcdev.twitterapikit.model.ErrorsXXX.value"]},{"name":"var verified: Boolean = false","description":"com.mcdev.twitterapikit.object.User.verified","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/verified.html","searchKeys":["verified","var verified: Boolean = false","com.mcdev.twitterapikit.object.User.verified"]},{"name":"var viewCount: Int = 0","description":"com.mcdev.twitterapikit.object.Media.OrganicMetrics.viewCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-organic-metrics/view-count.html","searchKeys":["viewCount","var viewCount: Int = 0","com.mcdev.twitterapikit.object.Media.OrganicMetrics.viewCount"]},{"name":"var viewCount: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PromotedMetrics.viewCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-promoted-metrics/view-count.html","searchKeys":["viewCount","var viewCount: Int = 0","com.mcdev.twitterapikit.object.Media.PromotedMetrics.viewCount"]},{"name":"var viewCount: Int = 0","description":"com.mcdev.twitterapikit.object.Media.PublicMetrics.viewCount","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/-public-metrics/view-count.html","searchKeys":["viewCount","var viewCount: Int = 0","com.mcdev.twitterapikit.object.Media.PublicMetrics.viewCount"]},{"name":"var votes: Long? = 0","description":"com.mcdev.twitterapikit.object.Poll.Options.votes","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/-options/votes.html","searchKeys":["votes","var votes: Long? = 0","com.mcdev.twitterapikit.object.Poll.Options.votes"]},{"name":"var votingStatus: String? = null","description":"com.mcdev.twitterapikit.object.Poll.votingStatus","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-poll/voting-status.html","searchKeys":["votingStatus","var votingStatus: String? = null","com.mcdev.twitterapikit.object.Poll.votingStatus"]},{"name":"var width: Int = 0","description":"com.mcdev.twitterapikit.object.Media.width","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-media/width.html","searchKeys":["width","var width: Int = 0","com.mcdev.twitterapikit.object.Media.width"]},{"name":"var width: Int? = 0","description":"com.mcdev.twitterapikit.model.Image.width","location":"-twitter -api -kit/com.mcdev.twitterapikit.model/-image/width.html","searchKeys":["width","var width: Int? = 0","com.mcdev.twitterapikit.model.Image.width"]},{"name":"var withheld: Tweet.Withheld? = null","description":"com.mcdev.twitterapikit.object.Tweet.withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-tweet/withheld.html","searchKeys":["withheld","var withheld: Tweet.Withheld? = null","com.mcdev.twitterapikit.object.Tweet.withheld"]},{"name":"var withheld: User.Withheld? = null","description":"com.mcdev.twitterapikit.object.User.withheld","location":"-twitter -api -kit/com.mcdev.twitterapikit.object/-user/withheld.html","searchKeys":["withheld","var withheld: User.Withheld? = null","com.mcdev.twitterapikit.object.User.withheld"]}] diff --git a/src/main/kotlin/com/mcdev/twitterapikit/model/Errors.kt b/src/main/kotlin/com/mcdev/twitterapikit/model/Errors.kt index 58cac0f..70470b3 100644 --- a/src/main/kotlin/com/mcdev/twitterapikit/model/Errors.kt +++ b/src/main/kotlin/com/mcdev/twitterapikit/model/Errors.kt @@ -13,7 +13,6 @@ data class Errors( var detail: String?, @SerializedName(value = "resource_type") - var resourceType: String?, @SerializedName(value = "parameter") diff --git a/src/main/kotlin/com/mcdev/twitterapikit/model/Meta.kt b/src/main/kotlin/com/mcdev/twitterapikit/model/Meta.kt index fa58873..ddf3f9b 100644 --- a/src/main/kotlin/com/mcdev/twitterapikit/model/Meta.kt +++ b/src/main/kotlin/com/mcdev/twitterapikit/model/Meta.kt @@ -13,5 +13,9 @@ data class Meta( var oldestId: String?, @SerializedName(value = "next_token") - var nextToken: String? + var nextToken: String?, + + @SerializedName(value = "previous_token") + var previousToken: String? + ) diff --git a/src/main/kotlin/com/mcdev/twitterapikit/object/Media.kt b/src/main/kotlin/com/mcdev/twitterapikit/object/Media.kt index 8e82c79..aa091dc 100644 --- a/src/main/kotlin/com/mcdev/twitterapikit/object/Media.kt +++ b/src/main/kotlin/com/mcdev/twitterapikit/object/Media.kt @@ -222,9 +222,9 @@ data class Media( var viewCount: Int = 0 } - class PublicMetrics{ + data class PublicMetrics( @SerializedName(value = "view_count") var viewCount: Int = 0 - } + ) } diff --git a/src/main/kotlin/com/mcdev/twitterapikit/object/User.kt b/src/main/kotlin/com/mcdev/twitterapikit/object/User.kt index cda55b0..27ae227 100644 --- a/src/main/kotlin/com/mcdev/twitterapikit/object/User.kt +++ b/src/main/kotlin/com/mcdev/twitterapikit/object/User.kt @@ -178,44 +178,53 @@ data class User( @SerializedName(value = "country_codes") var countryCodes: ArrayList? = null } - class Entities{ + data class Entities( @SerializedName(value = "url") - var url: Urls? = null + var url: Url?, @SerializedName(value = "description") - var description: Description? = null + var description: Description? - class Description { + ){ + data class Url( + @SerializedName(value = "urls") + var urls: ArrayList? + ) + + + data class Description ( @SerializedName(value = "annotations") - var annotations: ArrayList? = null + var annotations: ArrayList?, @SerializedName(value = "cashtags") - var cashtags: ArrayList? = null + var cashtags: ArrayList?, @SerializedName(value = "hashtags") - var hashtags: ArrayList? = null + var hashtags: ArrayList?, @SerializedName(value = "mentions") - var mentions: ArrayList? = null + var mentions: ArrayList?, @SerializedName(value = "urls") - var urls: ArrayList? = null - } + var urls: ArrayList? + ) } - class PublicMetrics{ + + + data class PublicMetrics( @SerializedName(value = "followers_count") - var followersCount: Long = 0 + var followersCount: Long = 0, @SerializedName(value = "following_count") - var followingCount: Long = 0 + var followingCount: Long = 0, @SerializedName(value = "tweet_count") - var tweetCount: Long = 0 + var tweetCount: Long = 0, @SerializedName(value = "listed_count") var listedCount: Long = 0 - } + ) } diff --git a/src/main/kotlin/com/mcdev/twitterapikit/response/SpaceListResponse.kt b/src/main/kotlin/com/mcdev/twitterapikit/response/SpaceListResponse.kt index 91a775f..37fe40b 100644 --- a/src/main/kotlin/com/mcdev/twitterapikit/response/SpaceListResponse.kt +++ b/src/main/kotlin/com/mcdev/twitterapikit/response/SpaceListResponse.kt @@ -7,6 +7,8 @@ import com.mcdev.twitterapikit.model.Errors import com.mcdev.twitterapikit.model.Includes import com.mcdev.twitterapikit.model.Meta +/** + * Returns a list of spaces*/ data class SpaceListResponse ( @SerializedName(value = "data") var `data`: ArrayList?, diff --git a/src/main/kotlin/com/mcdev/twitterapikit/response/SpaceSingleResponse.kt b/src/main/kotlin/com/mcdev/twitterapikit/response/SpaceSingleResponse.kt index 958252a..284892c 100644 --- a/src/main/kotlin/com/mcdev/twitterapikit/response/SpaceSingleResponse.kt +++ b/src/main/kotlin/com/mcdev/twitterapikit/response/SpaceSingleResponse.kt @@ -7,6 +7,8 @@ import com.mcdev.twitterapikit.model.Errors import com.mcdev.twitterapikit.model.Includes import com.mcdev.twitterapikit.model.Meta +/** + * Returns a single space response*/ data class SpaceSingleResponse ( @SerializedName(value = "data") var `data`: Space?, diff --git a/src/main/kotlin/com/mcdev/twitterapikit/response/TweetListResponse.kt b/src/main/kotlin/com/mcdev/twitterapikit/response/TweetListResponse.kt index b397035..00162e5 100644 --- a/src/main/kotlin/com/mcdev/twitterapikit/response/TweetListResponse.kt +++ b/src/main/kotlin/com/mcdev/twitterapikit/response/TweetListResponse.kt @@ -7,6 +7,8 @@ import com.mcdev.twitterapikit.model.Errors import com.mcdev.twitterapikit.model.Includes import com.mcdev.twitterapikit.model.Meta +/** + * Returns a list of tweets*/ data class TweetListResponse( @SerializedName(value = "data") var `data`: ArrayList?, diff --git a/src/main/kotlin/com/mcdev/twitterapikit/response/TweetSingleResponse.kt b/src/main/kotlin/com/mcdev/twitterapikit/response/TweetSingleResponse.kt index b41aa65..2854786 100644 --- a/src/main/kotlin/com/mcdev/twitterapikit/response/TweetSingleResponse.kt +++ b/src/main/kotlin/com/mcdev/twitterapikit/response/TweetSingleResponse.kt @@ -7,6 +7,8 @@ import com.mcdev.twitterapikit.model.Errors import com.mcdev.twitterapikit.model.Includes import com.mcdev.twitterapikit.model.Meta +/** + * Returns a single tweet response*/ data class TweetSingleResponse ( @SerializedName(value = "data") diff --git a/src/main/kotlin/com/mcdev/twitterapikit/response/UserListResponse.kt b/src/main/kotlin/com/mcdev/twitterapikit/response/UserListResponse.kt new file mode 100644 index 0000000..bc7e86f --- /dev/null +++ b/src/main/kotlin/com/mcdev/twitterapikit/response/UserListResponse.kt @@ -0,0 +1,20 @@ +package com.mcdev.twitterapikit.response + +import com.google.gson.annotations.SerializedName +import com.mcdev.twitterapikit.`object`.User +import com.mcdev.twitterapikit.model.Error +import com.mcdev.twitterapikit.model.Includes +import com.mcdev.twitterapikit.model.Meta + +/** + * Returns a list of users*/ +data class UserListResponse( + @SerializedName(value = "data") + var `data`: ArrayList?, + + @SerializedName(value = "includes") + var includes: Includes?, + + @SerializedName(value = "meta") + var meta: Meta?, +): Error() diff --git a/src/main/kotlin/com/mcdev/twitterapikit/response/UserSingleResponse.kt b/src/main/kotlin/com/mcdev/twitterapikit/response/UserSingleResponse.kt new file mode 100644 index 0000000..3d76c65 --- /dev/null +++ b/src/main/kotlin/com/mcdev/twitterapikit/response/UserSingleResponse.kt @@ -0,0 +1,20 @@ +package com.mcdev.twitterapikit.response + +import com.google.gson.annotations.SerializedName +import com.mcdev.twitterapikit.`object`.User +import com.mcdev.twitterapikit.model.Error +import com.mcdev.twitterapikit.model.Includes +import com.mcdev.twitterapikit.model.Meta + +/** + * Returns a single user response*/ +data class UserSingleResponse( + @SerializedName(value = "data") + var `data`: User?, + + @SerializedName(value = "includes") + var includes: Includes?, + + @SerializedName(value = "meta") + var meta: Meta?, +):Error()