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 Details

    • userId

      public long userId
      User identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetUserFullInfo

      public GetUserFullInfo()
      Returns full information about a user by their identifier.

      Returns UserFullInfo

    • GetUserFullInfo

      public GetUserFullInfo​(long userId)
      Returns full information about a user by their identifier.

      Returns UserFullInfo

      Parameters:
      userId - long User identifier.
    • GetUserFullInfo

      public GetUserFullInfo​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details