Module tdlight.api

Class TdApi.GetUserFullInfo

Enclosing class:
TdApi

public static final class TdApi.GetUserFullInfo extends TdApi.Function<TdApi.UserFullInfo>
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:
  • 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
      Returns full information about a user by their identifier. Returns UserFullInfo
      Throws:
      IOException
  • Method Details