Twitter Api Kit
Twitter Api Kit
/
com.mcdev.twitterapikit.object
/
Tweet
/
Attachments
Attachments
data
class
Attachments
(
pollIds
:
ArrayList
<
String
>
?
,
mediaKeys
:
ArrayList
<
String
>
?
)
Content copied to clipboard
Properties
Properties
mediaKeys
Link copied to clipboard
@
SerializedName
(
value
=
"media_keys"
)
var
mediaKeys
:
ArrayList
<
String
>
?
=
null
Content copied to clipboard
pollIds
Link copied to clipboard
@
SerializedName
(
value
=
"poll_ids"
)
var
pollIds
:
ArrayList
<
String
>
?
=
null
Content copied to clipboard