TweetEngagement

data class TweetEngagement(val json: JsonObject, val client: ApiClient) : PenicillinModel

Constructors

Link copied to clipboard
fun TweetEngagement(json: JsonObject, client: ApiClient)

Properties

Link copied to clipboard
open override val client: ApiClient

The ApiClient instance.

Link copied to clipboard
open override val json: JsonObject

The underlying JsonObject.

Link copied to clipboard
open val keyCase: JsonKeyCase
Link copied to clipboard
open val keyConverter: JsonKeyConverter
Link copied to clipboard
val likeCount: Int?
Link copied to clipboard
val replyCount: Int?
Link copied to clipboard
val retweetCount: Int?