java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNewChatJoinRequest
- Enclosing class:
- TdApi
A user sent a join request to a chat;
for bots only.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
The invite link, which was used to send join request; may be null.Join request. -
Constructor Summary
ConstructorDescriptionA user sent a join request to a chat; for bots only.UpdateNewChatJoinRequest
(long chatId, TdApi.ChatJoinRequest request, TdApi.ChatInviteLink inviteLink) A user sent a join request to a chat; for bots only.A user sent a join request to a chat; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
request
Join request. -
inviteLink
The invite link, which was used to send join request; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateNewChatJoinRequest
public UpdateNewChatJoinRequest()A user sent a join request to a chat; for bots only. -
UpdateNewChatJoinRequest
public UpdateNewChatJoinRequest(long chatId, TdApi.ChatJoinRequest request, TdApi.ChatInviteLink inviteLink) A user sent a join request to a chat; for bots only.- Parameters:
chatId
- long Chat identifier.request
- ChatJoinRequest Join request.inviteLink
- ChatInviteLink The invite link, which was used to send join request; may be null.
-
UpdateNewChatJoinRequest
A user sent a join request to a chat; for bots only.- 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()
-