RawMessageEntity

@Serializable
data class RawMessageEntity(    val type: String,     val offset: Int,     val length: Int,     val url: String? = null,     val user: User? = null,     val language: String? = null,     val custom_emoji_id: CustomEmojiId? = null)

Constructors

Link copied to clipboard
constructor(    type: String,     offset: Int,     length: Int,     url: String? = null,     user: User? = null,     language: String? = null,     custom_emoji_id: CustomEmojiId? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val language: String? = null
Link copied to clipboard
val length: Int
Link copied to clipboard
val offset: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String? = null
Link copied to clipboard
val user: User? = null

Functions

Link copied to clipboard