Layer 224
InputUserObj
Defines a user for further interaction.
constructor
inputUser#f21158c6 user_id:long access_hash:long = InputUser;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User identifier |
| AccessHash | long | access_hash value from the user constructor |
Returns
InputUserGogram Example
// Creating InputUserObj constructor obj := &tg.InputUserObj{ UserId: int64(1234567890), AccessHash: int64(1234567890), }