public static class TdApi.ChatInviteLinkMember extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
long |
approverUserId
User identifier of the chat administrator, approved user join request.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
joinedChatDate
Point in time (Unix timestamp) when the user joined the chat.
|
long |
userId
User identifier.
|
boolean |
viaChatFolderInviteLink
True, if the user has joined the chat using an invite link for a chat folder.
|
| Constructor and Description |
|---|
ChatInviteLinkMember()
Describes a chat member joined a chat via an invite link.
|
ChatInviteLinkMember(long userId,
int joinedChatDate,
boolean viaChatFolderInviteLink,
long approverUserId)
Describes a chat member joined a chat via an invite link.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public int joinedChatDate
public boolean viaChatFolderInviteLink
public long approverUserId
public static final int CONSTRUCTOR
public ChatInviteLinkMember()
public ChatInviteLinkMember(long userId,
int joinedChatDate,
boolean viaChatFolderInviteLink,
long approverUserId)
userId - User identifier.joinedChatDate - Point in time (Unix timestamp) when the user joined the chat.viaChatFolderInviteLink - True, if the user has joined the chat using an invite link for a chat folder.approverUserId - User identifier of the chat administrator, approved user join request.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object