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
Identifier uniquely determining type of the object.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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
- Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet.missingChatIds
- Identifiers of the chats from the link, which aren't added to the folder yet.addedChatIds
- 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.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-