Skip to content

GramIO API Reference / @gramio/contexts/dist / SentWebAppMessage

Class: SentWebAppMessage

Defined in: contexts/index.d.ts:4456

Contains information about an inline message sent by a Web App on behalf of a user.

Constructors

Constructor

new SentWebAppMessage(payload): SentWebAppMessage

Defined in: contexts/index.d.ts:4458

Parameters

ParameterType
payloadTelegramSentWebAppMessage

Returns

SentWebAppMessage

Properties

PropertyTypeDefined in
payloadTelegramSentWebAppMessagecontexts/index.d.ts:4457

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

Defined in: contexts/index.d.ts:4460

MDN

Returns

string


inlineMessageId

Get Signature

get inlineMessageId(): string

Defined in: contexts/index.d.ts:4466

Identifier of the sent inline message.

Available only if there is an inline keyboard attached to the message.

Returns

string