Skip to content

getConnectedWebsites

Sahri Riza Umami edited this page Jun 25, 2018 · 1 revision

Returns all website where the current user used Telegram to log in.

getConnectedWebsites(callback, data)

Example

  • Get all website where the current user used Telegram to log in.

    getConnectedWebsites()

    Response:

    {
      ["@type"] = "connectedWebsites",
      websites = {}
    }  

Frequently Asked Questions
The Functions

Clone this wiki locally