- API ›
- Constructors ›
- InputPhoneContact
InputPhoneContact
---types--- inputPhoneContact#6a1dc4be client_id:long phone:string first_name:string last_name:string note:flags.0?TextWithEntities = InputContact
Belongs to
| InputContact |
In Rust this constructor is a variant of the enums::InputContact enum.
Match on it with: if let enums::InputContact::InputPhoneContact(v) = result { ... }
Parameters
| client_id | long | required |
| phone | string | required |
| first_name | string | required |
| last_name | string | required |
| note | TextWithEntities | optional |