SavedContact

class pyrogram.raw.base.SavedContact

Saved contact

Constructors:

This base type has 1 constructor available.

SavedPhoneContact

Saved contact

Functions:

This object can be returned by 1 function.

contacts.GetSaved

Get all contacts, requires a takeout session, see here » for more info.

TL Schema


Parameter Tree

SavedContact
├── phonestring
├── first_namestring
├── last_namestring
└── dateint

Example