InputTextMessageContent

telegramium.bots.InputTextMessageContent
final case class InputTextMessageContent(messageText: String, parseMode: Option[ParseMode], entities: List[MessageEntity], linkPreviewOptions: Option[LinkPreviewOptions]) extends InputMessageContent

Represents the content of a text message to be sent as the result of an inline query.

Value parameters

entities

Optional. List of special entities that appear in message text, which can be specified instead of parse_mode

linkPreviewOptions

Optional. Link preview generation options for the message

messageText

Text of the message to be sent, 1-4096 characters

parseMode

Optional. Mode for parsing entities in the message text. See formatting options for more details.

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