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 Serializabletrait Producttrait Equalstrait MessageEntityclass Objecttrait Matchableclass Any
Members list
In this article