InputTextMessageContent

final case class InputTextMessageContent(messageText: String, parseMode: Option[ParseMode], entities: List[MessageEntity], disableWebPagePreview: Option[Boolean]) extends InputMessageContent

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

Value parameters:
disableWebPagePreview

Optional. Disables link previews for links in the sent message

entities

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

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.

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