contacts.Found#

class pyrogram.raw.types.contacts.Found#

Users found by name substring and auxiliary data.

Constructor of Found.

Details:
  • Layer: 158

  • ID: B3134D9D

Parameters:
  • my_results (List of Peer) – Personalized results.

  • results (List of Peer) – List of found user identifiers.

  • chats (List of Chat) – Found chats.

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

Functions:

This object can be returned by 1 function.

contacts.Search

Returns users found by username substring.