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_id → long
├── phone → string
├── first_name → string
├── last_name → string
└── note → TextWithEntities (optional)

Example