Package org.drinkless.tdlib
Class TdApi.ChatInviteLinkMember
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatInviteLinkMember
- Enclosing class:
- TdApi
Describes a chat member joined a chat via an invite link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongUser identifier of the chat administrator, approved user join request.static final intIdentifier uniquely determining type of the object.intPoint in time (Unix timestamp) when the user joined the chat.longUser identifier.booleanTrue, if the user has joined the chat using an invite link for a chat folder. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
userId
public long userIdUser identifier. -
joinedChatDate
public int joinedChatDatePoint in time (Unix timestamp) when the user joined the chat. -
viaChatFolderInviteLink
public boolean viaChatFolderInviteLinkTrue, if the user has joined the chat using an invite link for a chat folder. -
approverUserId
public long approverUserIdUser identifier of the chat administrator, approved user join request. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatInviteLinkMember
public ChatInviteLinkMember()Describes a chat member joined a chat via an invite link. -
ChatInviteLinkMember
public ChatInviteLinkMember(long userId, int joinedChatDate, boolean viaChatFolderInviteLink, long approverUserId) Describes a chat member joined a chat via an invite link.- Parameters:
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.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-