PopularContact
- class pyrogram.raw.base.PopularContact
Popular contact
- Constructors:
This base type has 1 constructor available.
Popular 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,
)