public static class TdApi.ChatJoinRequest extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
bio
A short bio of the user.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) when the user sent the join request.
|
long |
userId
User identifier.
|
Constructor and Description |
---|
ChatJoinRequest()
Describes a user that sent a join request and waits for administrator approval.
|
ChatJoinRequest(long userId,
int date,
java.lang.String bio)
Describes a user that sent a join request and waits for administrator approval.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public int date
public java.lang.String bio
public static final int CONSTRUCTOR
public ChatJoinRequest()
public ChatJoinRequest(long userId, int date, java.lang.String bio)
userId
- User identifier.date
- Point in time (Unix timestamp) when the user sent the join request.bio
- A short bio of the user.public int getConstructor()
getConstructor
in class TdApi.Object