RawMessageEntity
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)
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)
Functions
Link copied to clipboard
fun RawMessageEntity.asTextSource(source: String, subParts: List<<Error class: unknown class><Int, TextSource>>): TextSource