Class TdApi.Users

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Users
Enclosing class:
TdApi

public static class TdApi.Users
extends TdApi.Object
Represents a list of users.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total count of users found.
    • userIds

      public int[] userIds
      A list of user identifiers.
    • CONSTRUCTOR

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

    • Users

      public Users()
      Represents a list of users.
    • Users

      public Users​(int totalCount, int[] userIds)
      Represents a list of users.
      Parameters:
      totalCount - int Approximate total count of users found.
      userIds - int[] A list of user identifiers.
    • Users

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