Package org.drinkless.tdlib
Class TdApi.ConnectedAffiliatePrograms
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ConnectedAffiliatePrograms
- Enclosing class:
- TdApi
Represents a list of affiliate programs that were connected to an affiliate.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.The offset for the next request.The list of connected affiliate programs.int
The total number of affiliate programs that were connected to the affiliate. -
Constructor Summary
ConstructorsConstructorDescriptionRepresents a list of affiliate programs that were connected to an affiliate.ConnectedAffiliatePrograms
(int totalCount, TdApi.ConnectedAffiliateProgram[] programs, String nextOffset) Represents a list of affiliate programs that were connected to an affiliate. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
totalCount
public int totalCountThe total number of affiliate programs that were connected to the affiliate. -
programs
The list of connected affiliate programs. -
nextOffset
The offset for the next request. If empty, then there are no more results. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ConnectedAffiliatePrograms
public ConnectedAffiliatePrograms()Represents a list of affiliate programs that were connected to an affiliate. -
ConnectedAffiliatePrograms
public ConnectedAffiliatePrograms(int totalCount, TdApi.ConnectedAffiliateProgram[] programs, String nextOffset) Represents a list of affiliate programs that were connected to an affiliate.- Parameters:
totalCount
- The total number of affiliate programs that were connected to the affiliate.programs
- The list of connected affiliate programs.nextOffset
- The offset for the next request. If empty, then there are no more results.
-
-
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
-