Layer 224
ContactObj
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 ContactObj constructor obj := &tg.ContactObj{ UserId: int64(1234567890), Mutual: true, }