java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatFolderInviteLinkInfo
- Enclosing class:
- TdApi
Contains information about an invite
link to a chat folder.
-
Field Summary
Modifier and TypeFieldDescriptionlong[]
Identifiers of the chats from the link, which are added to the folder already.Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet.static final int
long[]
Identifiers of the chats from the link, which aren't added to the folder yet. -
Constructor Summary
ConstructorDescriptionContains information about an invite link to a chat folder.ChatFolderInviteLinkInfo
(TdApi.ChatFolderInfo chatFolderInfo, long[] missingChatIds, long[] addedChatIds) Contains information about an invite link to a chat folder.Contains information about an invite link to a chat folder. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatFolderInfo
Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet. -
missingChatIds
public long[] missingChatIdsIdentifiers of the chats from the link, which aren't added to the folder yet. -
addedChatIds
public long[] addedChatIdsIdentifiers of the chats from the link, which are added to the folder already. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatFolderInviteLinkInfo
public ChatFolderInviteLinkInfo()Contains information about an invite link to a chat folder. -
ChatFolderInviteLinkInfo
public ChatFolderInviteLinkInfo(TdApi.ChatFolderInfo chatFolderInfo, long[] missingChatIds, long[] addedChatIds) Contains information about an invite link to a chat folder.- Parameters:
chatFolderInfo
- ChatFolderInfo Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet.missingChatIds
- long[] Identifiers of the chats from the link, which aren't added to the folder yet.addedChatIds
- long[] Identifiers of the chats from the link, which are added to the folder already.
-
ChatFolderInviteLinkInfo
Contains information about an invite link to a chat folder.- 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()
-