java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatInviteLinkMember
- Enclosing class:
- TdApi
Describes a chat member joined a chat
by an invite link.
-
Field Summary
Modifier and TypeFieldDescriptionlong
User identifier of the chat administrator, approved user join request.static final int
int
Point in time (Unix timestamp) when the user joined the chat.long
User identifier. -
Constructor Summary
ConstructorDescriptionDescribes a chat member joined a chat by an invite link.ChatInviteLinkMember
(long userId, int joinedChatDate, long approverUserId) Describes a chat member joined a chat by an invite link.ChatInviteLinkMember
(DataInput input) Describes a chat member joined a chat by an invite link. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
userId
public long userIdUser identifier. -
joinedChatDate
public int joinedChatDatePoint in time (Unix timestamp) when the user joined the chat. -
approverUserId
public long approverUserIdUser identifier of the chat administrator, approved user join request. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatInviteLinkMember
public ChatInviteLinkMember()Describes a chat member joined a chat by an invite link. -
ChatInviteLinkMember
public ChatInviteLinkMember(long userId, int joinedChatDate, long approverUserId) Describes a chat member joined a chat by an invite link.- Parameters:
userId
- long User identifier.joinedChatDate
- int Point in time (Unix timestamp) when the user joined the chat.approverUserId
- long User identifier of the chat administrator, approved user join request.
-
ChatInviteLinkMember
Describes a chat member joined a chat by an invite link.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-