WebAppData

telegramium.bots.WebAppData
final case class WebAppData(data: String, buttonText: String)

Describes data sent from a Web App to the bot.

Value parameters

buttonText

Text of the web_app keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.

data

The data. Be aware that a bad client can send arbitrary data in this field.

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