Layer 220
Contact
A contact of the current user that is registered in the system.
constructor
contact#145ade0b user_id:long mutual:Bool = Contact;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User identifier |
| Mutual | Bool | Current user is in the user's contact list |
Returns
ContactGogram Example
// Creating Contact constructor obj := &tg.Contact{ UserId: int64(0), Mutual: true, }