Skip to content

getRecentInlineBots

Sahri Riza Umami edited this page Jun 25, 2018 · 4 revisions

Returns up to 20 recently used inline bots in the order of their last usage.

getRecentInlineBots(callback, data)

Example

  • Get up to 20 recently used inline bots in the order of their last usage.

    getRecentInlineBots()

    Response:

    {
      ["@type"] = "users",
      total_count = 0,
      user_ids = {}
    }

Frequently Asked Questions
The Functions

Clone this wiki locally