java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatJoinRequests
- Enclosing class:
- TdApi
Contains a list of requests to join a chat.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of the requests.int
Approximate total number of requests found. -
Constructor Summary
ConstructorDescriptionContains a list of requests to join a chat.ChatJoinRequests
(int totalCount, TdApi.ChatJoinRequest[] requests) Contains a list of requests to join a chat.ChatJoinRequests
(DataInput input) Contains a list of requests to join a chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
totalCount
public int totalCountApproximate total number of requests found. -
requests
List of the requests. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatJoinRequests
public ChatJoinRequests()Contains a list of requests to join a chat. -
ChatJoinRequests
Contains a list of requests to join a chat.- Parameters:
totalCount
- int Approximate total number of requests found.requests
- ChatJoinRequest[] List of the requests.
-
ChatJoinRequests
Contains a list of requests to join a chat.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-