PopularContact
- class pyrogram.raw.types.PopularContact
Popular contact
Constructor of
PopularContact.- Details:
Layer:
223ID:
5CE14175
- Parameters:
client_id (
int64-bit) – Contact identifierimporters (
int32-bit) – How many people imported this contact
TL Schema
popularContact#5ce14175
client_id:long
importers:int
= PopularContact
Parameter Tree
PopularContact
├── client_id →
long└── importers →
intExample
PopularContact(
client_id=0,
importers=0,
)