/** * ## WebAppInfo * Describes a Web App. * @see https://core.telegram.org/bots/api#webappinfo */ export type WebAppInfo = { /** * An HTTPS URL of a Web App to be opened with additional data as specified in Initializing Web Apps */ url: string; };