Package it.tdlight.jni
Class TdApi.ChatInviteLinkMember
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 TypeFieldDescriptionstatic 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) Describes a chat member joined a chat by an invite link.ChatInviteLinkMember
(DataInput input) -
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. -
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) 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.
-
ChatInviteLinkMember
- 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()
-