Interface GetUserFullInfo

Returns full information about a user by their identifier. Request type for Tdjson#getUserFullInfo.

interface GetUserFullInfo {
    @type: "getUserFullInfo";
    user_id: number;
}

Properties

Properties

@type: "getUserFullInfo"
user_id: number

User identifier.