ImportedContact
- class pyrogram.raw.types.ImportedContact
Successfully imported contact.
Constructor of
ImportedContact.- Details:
Layer:
223ID:
C13E3C50
- Parameters:
user_id (
int64-bit) – User identifierclient_id (
int64-bit) – The contact’s client identifier (passed to one of the InputContact constructors)
TL Schema
importedContact#c13e3c50
user_id:long
client_id:long
= ImportedContact
Parameter Tree
ImportedContact
├── user_id →
long└── client_id →
longExample
ImportedContact(
user_id=0,
client_id=0,
)