Package org.drinkless.tdlib
Class TdApi.ChatInviteLinks
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.ChatInviteLinks
-
- Enclosing class:
- TdApi
public static class TdApi.ChatInviteLinks extends TdApi.Object
Contains a list of chat invite links.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatInviteLink[]inviteLinksList of invite links.inttotalCountApproximate total count of chat invite links found.
-
Constructor Summary
Constructors Constructor Description ChatInviteLinks()Contains a list of chat invite links.ChatInviteLinks(int totalCount, TdApi.ChatInviteLink[] inviteLinks)Contains a list of chat invite links.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
totalCount
public int totalCount
Approximate total count of chat invite links found.
-
inviteLinks
public TdApi.ChatInviteLink[] inviteLinks
List of invite links.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatInviteLinks
public ChatInviteLinks()
Contains a list of chat invite links.
-
ChatInviteLinks
public ChatInviteLinks(int totalCount, TdApi.ChatInviteLink[] inviteLinks)Contains a list of chat invite links.- Parameters:
totalCount- Approximate total count of chat invite links found.inviteLinks- List of invite links.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-