Skip to content

getCreatedPublicChats

Sahri Riza Umami edited this page Jul 1, 2018 · 3 revisions

Returns a list of public chats created by the user.

getCreatedPublicChats(callback, data)

Example

  • Get a list of public chats created by the user.

    getCreatedPublicChats()

    Response:

    {
      ["@type"] = "chats",
      chat_ids = {
        "-1006666666666",
        "-1007777777777",
        "-1008888888888",
        "-1009999999999"
      }
    }

Frequently Asked Questions
The Functions

Clone this wiki locally