InputContact

class pyrogram.raw.base.InputContact

Object defines a contact from the user’s phone book.

Constructors:

This base type has 1 constructor available.

InputPhoneContact

Phone contact.

TL Schema


Parameter Tree

InputContact
├── client_idlong
├── phonestring
├── first_namestring
├── last_namestring
└── noteTextWithEntities (optional)

Example