GetUser constructor

const GetUser({
  1. required int userId,
})

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

Implementation

const GetUser({
  required this.userId,
});