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
| Parameter | Type |
|---|---|
payload | TelegramSentWebAppMessage |
Returns
SentWebAppMessage
Properties
| Property | Type | Defined in |
|---|---|---|
payload | TelegramSentWebAppMessage | contexts/index.d.ts:4457 |
Accessors
[toStringTag]
Get Signature
get [toStringTag]():
string
Defined in: contexts/index.d.ts:4460
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