TextLinkMessageEntity

final case class TextLinkMessageEntity(offset: Int, length: Int, url: String) extends MessageEntity

text_link

Value parameters:
length

Length of the entity in UTF-16 code units

offset

Offset in UTF-16 code units to the start of the entity

url

URL that will be opened after user taps on the text

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product