Package org.drinkless.tdlib
Class TdApi.GetConnectedAffiliateProgram
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.ConnectedAffiliateProgram>
org.drinkless.tdlib.TdApi.GetConnectedAffiliateProgram
- Enclosing class:
- TdApi
public static class TdApi.GetConnectedAffiliateProgram
extends TdApi.Function<TdApi.ConnectedAffiliateProgram>
Returns an affiliate program that were connected to the given affiliate by identifier of the bot that created the program.
Returns ConnectedAffiliateProgram
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe affiliate to which the affiliate program will be connected.long
Identifier of the bot that created the program.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns an affiliate program that were connected to the given affiliate by identifier of the bot that created the program.GetConnectedAffiliateProgram
(TdApi.AffiliateType affiliate, long botUserId) Creates a function, which returns an affiliate program that were connected to the given affiliate by identifier of the bot that created the program. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
affiliate
The affiliate to which the affiliate program will be connected. -
botUserId
public long botUserIdIdentifier of the bot that created the program. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetConnectedAffiliateProgram
public GetConnectedAffiliateProgram()Default constructor for a function, which returns an affiliate program that were connected to the given affiliate by identifier of the bot that created the program.Returns
ConnectedAffiliateProgram
-
GetConnectedAffiliateProgram
Creates a function, which returns an affiliate program that were connected to the given affiliate by identifier of the bot that created the program.Returns
ConnectedAffiliateProgram
- Parameters:
affiliate
- The affiliate to which the affiliate program will be connected.botUserId
- Identifier of the bot that created the program.
-
-
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
-