users.UsersSlice#

class pyrogram.raw.types.users.UsersSlice#

Describes a partial list of users.

Constructor of Users.

Details:
  • Layer: 214

  • ID: 315A4974

Parameters:
  • count (int 32-bit) – Total number of users (bigger than the users specified in users)

  • users (List of User) – Subset of users.

Functions:

This object can be returned by 1 function.

bots.GetBotRecommendations

Obtain a list of similarly themed bots, selected based on similarities in their subscriber bases, see here for more info.