GetUser constructor

GetUser(
  1. {required int user_id,
  2. int? extra,
  3. int? clientId}
)

Returns information about a user by their identifier. This is an offline request if the current user is not a bot

Returns User

Implementation

GetUser