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, val unix_time: UnixTimeStamp? = null, val date_time_format: String? = null)(source)

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, unix_time: UnixTimeStamp? = null, date_time_format: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
val url: String?
Link copied to clipboard
val user: User?

Functions

Link copied to clipboard