Skip to content

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

Class: WebAppInfo

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

Contains information about a Web App.

Constructors

Constructor

new WebAppInfo(payload): WebAppInfo

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

Parameters

ParameterType
payloadTelegramWebAppInfo

Returns

WebAppInfo

Properties

PropertyTypeDefined in
payloadTelegramWebAppInfocontexts/index.d.ts:4219

Accessors

[toStringTag]

Get Signature

get [toStringTag](): string

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

MDN

Returns

string


url

Get Signature

get url(): string

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

An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps

Returns

string