inputUser
Defines a user for further interaction.
type tg.InputUser struct { /* ... */ }
Implements InputUser.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | yes | User identifier |
AccessHash | int64 | yes | access_hash value from the user constructor |
References
- Official documentation
- Generated Go reference
- TL definition:
inputUser#f21158c6