- Enclosing class:
- TdApi
Declines pending join request in a chat.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
long
Identifier of the user, which request will be declined. -
Constructor Summary
ConstructorDescriptionDeclines pending join request in a chat.DeclineChatJoinRequest
(long chatId, long userId) Declines pending join request in a chat.DeclineChatJoinRequest
(DataInput input) Declines pending join request in a chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
userId
public long userIdIdentifier of the user, which request will be declined. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeclineChatJoinRequest
public DeclineChatJoinRequest()Declines pending join request in a chat.Returns
Ok
-
DeclineChatJoinRequest
public DeclineChatJoinRequest(long chatId, long userId) Declines pending join request in a chat.Returns
Ok
- Parameters:
chatId
- long Chat identifier.userId
- long Identifier of the user, which request will be declined.
-
DeclineChatJoinRequest
Declines pending join request in a chat.Returns
Ok
- 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()
-