Package org.drinkless.tdlib
Class TdApi.FoundAffiliateProgram
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.FoundAffiliateProgram
- Enclosing class:
- TdApi
Describes a found affiliate program.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
User identifier of the bot created the program.static final int
Identifier uniquely determining type of the object.Information about the affiliate program. -
Constructor Summary
ConstructorsConstructorDescriptionDescribes a found affiliate program.FoundAffiliateProgram
(long botUserId, TdApi.AffiliateProgramInfo info) Describes a found affiliate program. -
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
-
botUserId
public long botUserIdUser identifier of the bot created the program. -
info
Information about the affiliate program. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
FoundAffiliateProgram
public FoundAffiliateProgram()Describes a found affiliate program. -
FoundAffiliateProgram
Describes a found affiliate program.- Parameters:
botUserId
- User identifier of the bot created the program.info
- Information about the affiliate 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
-