public static class TdApi.FoundAffiliateProgram extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
long |
botUserId
User identifier of the bot created the program.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.AffiliateProgramInfo |
parameters
Information about the affiliate program.
|
| Constructor and Description |
|---|
FoundAffiliateProgram()
Describes a found affiliate program.
|
FoundAffiliateProgram(long botUserId,
TdApi.AffiliateProgramInfo parameters)
Describes a found affiliate program.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long botUserId
public TdApi.AffiliateProgramInfo parameters
public static final int CONSTRUCTOR
public FoundAffiliateProgram()
public FoundAffiliateProgram(long botUserId,
TdApi.AffiliateProgramInfo parameters)
botUserId - User identifier of the bot created the program.parameters - Information about the affiliate program.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object