Layer 227
UpdateUser
User ( user and/or user Full ) information was updated.
constructor
updateUser#20529438 user_id:long = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User ID |
Returns
UpdateGogram Example
// Creating UpdateUser constructor obj := &tg.UpdateUser{ UserId: int64(1234567890), }