Latest stories

get_group_members

  • Inputs
{
    "base": "integer: has dependency on page: optional",
    "chat_id": "string: id of chat",
    "page": "string: allowed: next: has dependency on base: optional",
    "term": "string: term for search: optional"
}

  • Errors
{
    "must_login": "user must be login"
}

  • Extra Description
Returns a list of users with full detail who are already joined in the input chat_id

  • Sample
  • Url:
https://api.pantel.me/a/get_group_members?chat_id=01064fab8a82df6c0e1241946b4322bd46f3
  • Output:
                                {
    "result": [
        {
            "image_path": null,
            "image_server_id": null,
            "is_admin": true,
            "is_kicked": null,
            "name": "John Estimertini",
            "user_id": 1000015,
            "user_name": "jestimertini"
        },
        {
            "image_path": "5/8/d/2/8/8df865f53f738aa679c389b4171/ifc3a95fe16a529cdfcdf7b7e2fceb42f.jpg",
            "image_server_id": 1,
            "is_admin": null,
            "is_kicked": null,
            "name": "Langeston Huges",
            "user_id": 1000016,
            "user_name": "ggggg"
        },
        {
            "image_path": null,
            "image_server_id": null,
            "is_admin": null,
            "is_kicked": true,
            "name": "Xnnfrchnx Xdqxxvymx",
            "user_id": 1000920,
            "user_name": null
        }
    ],
    "status": "success",
    "time": 1551268434.124946
}