TextLinkMessageEntity

telegramium.bots.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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product