Package org.drinkless.tdlib
Class TdApi.ConnectAffiliateProgram
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.ConnectedAffiliateProgram>
org.drinkless.tdlib.TdApi.ConnectAffiliateProgram
- Enclosing class:
- TdApi
public static class TdApi.ConnectAffiliateProgram
extends TdApi.Function<TdApi.ConnectedAffiliateProgram>
Connects an affiliate program to the given affiliate. Returns information about the connected affiliate program.
Returns ConnectedAffiliateProgram
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe affiliate to which the affiliate program will be connected.long
Identifier of the bot, which affiliate program is connected.static final int
Identifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which connects an affiliate program to the given affiliate.ConnectAffiliateProgram
(TdApi.AffiliateType affiliate, long botUserId) Creates a function, which connects an affiliate program to the given affiliate. -
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, which affiliate program is connected. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ConnectAffiliateProgram
public ConnectAffiliateProgram()Default constructor for a function, which connects an affiliate program to the given affiliate. Returns information about the connected affiliate program.Returns
ConnectedAffiliateProgram
-
ConnectAffiliateProgram
Creates a function, which connects an affiliate program to the given affiliate. Returns information about the connected affiliate program.Returns
ConnectedAffiliateProgram
- Parameters:
affiliate
- The affiliate to which the affiliate program will be connected.botUserId
- Identifier of the bot, which affiliate program is connected.
-
-
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
-