public static class TdApi.ChatActionBarJoinRequest extends TdApi.ChatActionBar
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isChannel
True, if the join request was sent to a channel chat.
|
int |
requestDate
Point in time (Unix timestamp) when the join request was sent.
|
java.lang.String |
title
Title of the chat to which the join request was sent.
|
| Constructor and Description |
|---|
ChatActionBarJoinRequest()
The chat is a private chat with an administrator of a chat to which the user sent join request.
|
ChatActionBarJoinRequest(java.lang.String title,
boolean isChannel,
int requestDate)
The chat is a private chat with an administrator of a chat to which the user sent join request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public boolean isChannel
public int requestDate
public static final int CONSTRUCTOR
public ChatActionBarJoinRequest()
public ChatActionBarJoinRequest(java.lang.String title,
boolean isChannel,
int requestDate)
title - Title of the chat to which the join request was sent.isChannel - True, if the join request was sent to a channel chat.requestDate - Point in time (Unix timestamp) when the join request was sent.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object