UNPKG

@telegram-apps/bridge

Version:

TypeScript package to provide communication layer between Mini App and Telegram application.

7 lines (6 loc) 243 B
/** * @returns Launch parameters in a raw format from any known source. * @throws {LaunchParamsRetrieveError} Unable to retrieve launch parameters. They are probably * invalid. */ export declare function retrieveRawLaunchParams(): string;