SentWebAppMessage

telegramium.bots.SentWebAppMessage
final case class SentWebAppMessage(inlineMessageId: Option[String])

Describes an inline message sent by a Web App on behalf of a user.

Value parameters

inlineMessageId

Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the 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