java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatPendingJoinRequests
- Enclosing class:
- TdApi
The chat pending join requests were changed.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
The new data about pending join requests; may be null. -
Constructor Summary
ConstructorDescriptionThe chat pending join requests were changed.UpdateChatPendingJoinRequests
(long chatId, TdApi.ChatJoinRequestsInfo pendingJoinRequests) The chat pending join requests were changed.The chat pending join requests were changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
pendingJoinRequests
The new data about pending join requests; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatPendingJoinRequests
public UpdateChatPendingJoinRequests()The chat pending join requests were changed. -
UpdateChatPendingJoinRequests
The chat pending join requests were changed.- Parameters:
chatId
- long Chat identifier.pendingJoinRequests
- ChatJoinRequestsInfo The new data about pending join requests; may be null.
-
UpdateChatPendingJoinRequests
The chat pending join requests were changed.- 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()
-