Layer 220
InputUser
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 InputUser constructor obj := &tg.InputUser{ UserId: int64(0), AccessHash: int64(0), }