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.
|
Constructor and Description |
---|
ChatInviteLinkMember()
Describes a chat member joined a chat via an invite link.
|
ChatInviteLinkMember(long userId,
int joinedChatDate,
long approverUserId)
Describes a chat member joined a chat via an invite link.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long userId
public int joinedChatDate
public long approverUserId
public static final int CONSTRUCTOR
public ChatInviteLinkMember()
public ChatInviteLinkMember(long userId, int joinedChatDate, long approverUserId)
userId
- User identifier.joinedChatDate
- Point in time (Unix timestamp) when the user joined the chat.approverUserId
- User identifier of the chat administrator, approved user join request.public int getConstructor()
getConstructor
in class TdApi.Object