public static class TdApi.ChatAffiliatePrograms extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
nextOffset
The offset for the next request.
|
TdApi.ChatAffiliateProgram[] |
programs
The list of connected affiliate programs.
|
int |
totalCount
The total number of affiliate programs that were connected to the chat.
|
| Constructor and Description |
|---|
ChatAffiliatePrograms()
Represents a list of affiliate programs that were connected to a chat.
|
ChatAffiliatePrograms(int totalCount,
TdApi.ChatAffiliateProgram[] programs,
java.lang.String nextOffset)
Represents a list of affiliate programs that were connected to a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int totalCount
public TdApi.ChatAffiliateProgram[] programs
public java.lang.String nextOffset
public static final int CONSTRUCTOR
public ChatAffiliatePrograms()
public ChatAffiliatePrograms(int totalCount,
TdApi.ChatAffiliateProgram[] programs,
java.lang.String nextOffset)
totalCount - The total number of affiliate programs that were connected to the chat.programs - The list of connected affiliate programs.nextOffset - The offset for the next request. If empty, then there are no more results.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object