Layer 220
HelpGetUserInfo
Can only be used by TSF members to obtain internal information.
method
Users
help.getUserInfo#38a08d3 user_id:InputUser = help.UserInfo;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | InputUser | User ID |
Returns
help.UserInfoPossible Errors
| Code | Type | Description |
|---|---|---|
| 403 | USER_INVALID | Invalid user provided. |
Gogram Example
// HelpGetUserInfo - positional arguments result, err := client.HelpGetUserInfo(&tg.InputUserSelf{}) if err != nil { // handle error } // result is *tg.HelpUserInfo