Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.object
/
Tweet
/
Entities
Entities
class
Entities
Content copied to clipboard
Properties
Properties
annotations
Link copied to clipboard
@
SerializedName
(
value
=
"annotations"
)
var
annotations
:
ArrayList
<
Annotations
>
?
=
null
Content copied to clipboard
cashtags
Link copied to clipboard
@
SerializedName
(
value
=
"cashtags"
)
var
cashtags
:
ArrayList
<
Cashtags
>
?
=
null
Content copied to clipboard
hashtags
Link copied to clipboard
@
SerializedName
(
value
=
"hashtags"
)
var
hashtags
:
ArrayList
<
Hashtags
>
?
=
null
Content copied to clipboard
mentions
Link copied to clipboard
@
SerializedName
(
value
=
"mentions"
)
var
mentions
:
ArrayList
<
Mentions
>
?
=
null
Content copied to clipboard
urls
Link copied to clipboard
@
SerializedName
(
value
=
"urls"
)
var
urls
:
ArrayList
<
Urls
>
?
=
null
Content copied to clipboard