Package it.tdlight.jni
Class TdApi.ChatInviteLinkMember
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatInviteLinkMember
- Enclosing class:
- TdApi
public static class TdApi.ChatInviteLinkMember extends TdApi.Object
Describes a chat member joined a chat
by an invite link.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
joinedChatDate
Point in time (Unix timestamp) when the user joined the chat.int
userId
User identifier. -
Constructor Summary
Constructors Constructor Description ChatInviteLinkMember()
Describes a chat member joined a chat by an invite link.ChatInviteLinkMember(int userId, int joinedChatDate)
Describes a chat member joined a chat by an invite link.ChatInviteLinkMember(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
userId
public int userIdUser identifier. -
joinedChatDate
public int joinedChatDatePoint in time (Unix timestamp) when the user joined the chat. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatInviteLinkMember
public ChatInviteLinkMember()Describes a chat member joined a chat by an invite link. -
ChatInviteLinkMember
public ChatInviteLinkMember(int userId, int joinedChatDate)Describes a chat member joined a chat by an invite link.- Parameters:
userId
- int 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()
-