Layer 220
InputPeerUser
Defines a user for further interaction.
constructor
inputPeerUser#dde8a54c user_id:long access_hash:long = InputPeer;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User identifier |
| AccessHash | long | access_hash value from the user constructor |
Returns
InputPeerGogram Example
// Creating InputPeerUser constructor obj := &tg.InputPeerUser{ UserId: int64(0), AccessHash: int64(0), }