Skip to content

getUserFullInfo

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

Returns full information about a user by their identifier.

getUserFullInfo(user_id)
Field Type Description
user_id int32 User identifier

Example

  • Get full information about user 1234567890.

    getUserFullInfo(1234567890)

    Response:

    {
      ["@type"] = "userFullInfo",
      bio = "Da aku mah siapa atuh...",
      can_be_called = false,
      group_in_common_count = 0,
      has_private_calls = false,
      is_blocked = false,
      share_text = ""
    }  

Frequently Asked Questions
The Functions

Clone this wiki locally