Package org.drinkless.tdlib
Class TdApi.ChatJoinRequest
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatJoinRequest
- Enclosing class:
- TdApi
Describes a user that sent a join request and waits for administrator approval.
-
Field Summary
FieldsModifier and TypeFieldDescriptionA short bio of the user.static final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the user sent the join request.longUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a user that sent a join request and waits for administrator approval.ChatJoinRequest(long userId, int date, String bio) Describes a user that sent a join request and waits for administrator approval. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
userId
public long userIdUser identifier. -
date
public int datePoint in time (Unix timestamp) when the user sent the join request. -
bio
A short bio of the user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatJoinRequest
public ChatJoinRequest()Describes a user that sent a join request and waits for administrator approval. -
ChatJoinRequest
Describes a user that sent a join request and waits for administrator approval.- Parameters:
userId- User identifier.date- Point in time (Unix timestamp) when the user sent the join request.bio- A short bio of the user.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-