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.

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