TextQuote

telegramium.bots.TextQuote
final case class TextQuote(text: String, position: Int, entities: List[MessageEntity], isManual: Option[Boolean])

This object contains information about the quoted part of a message that is replied to by the given message.

Value parameters

entities

Optional. Special entities that appear in the quote. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are kept in quotes.

isManual

Optional. True, if the quote was chosen manually by the message sender. Otherwise, the quote was added automatically by the server.

position

Approximate quote position in the original message in UTF-16 code units as specified by the sender

text

Text of the quoted part of a message that is replied to by the given message

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