Class TdApi.GetUserFullInfo

  • Enclosing class:
    TdApi

    public static class TdApi.GetUserFullInfo
    extends TdApi.Function
    Returns full information about a user by their identifier.

    Returns UserFullInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int userId
      User identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      GetUserFullInfo()
      Default constructor.
      GetUserFullInfo​(int userId)
      Constructor for initialization of all fields.
    • Field Detail

      • userId

        public int userId
        User identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetUserFullInfo

        public GetUserFullInfo()
        Default constructor.
      • GetUserFullInfo

        public GetUserFullInfo​(int userId)
        Constructor for initialization of all fields.
        Parameters:
        userId - User identifier.