Interface GetUser

Returns information about a user by their identifier. This is an offline request if the current user is not a bot. Request type for Tdjson#getUser.

interface GetUser {
    @type: "getUser";
    user_id: number;
}

Properties

Properties

@type: "getUser"
user_id: number

User identifier.