openTelegramLink abstract method

void openTelegramLink(
  1. String url
)

A method that opens a telegram link inside the Telegram app. The Mini App will not be closed after this method is called.

Up to Bot API 7.0 The Mini App will be closed after this method is called.

Implementation

void openTelegramLink(String url);