ExtendedTweet

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

Constructors

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

Properties

Link copied to clipboard
open override val client: ApiClient

The ApiClient instance.

Link copied to clipboard
val displayTextRange: List<Int>
Link copied to clipboard
val entities: StatusEntity
Link copied to clipboard
val extendedEntities: StatusEntity?
Link copied to clipboard
val fullText: String?
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