Skip to content

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

Class: SentWebAppMessage

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

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:4588

Parameters

ParameterType
payloadTelegramSentWebAppMessage

Returns

SentWebAppMessage

Properties

PropertyTypeDefined in
payloadTelegramSentWebAppMessagecontexts/index.d.ts:4587

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


inlineMessageId

Get Signature

get inlineMessageId(): string

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

Identifier of the sent inline message.

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

Returns

string