public static class TdApi.ChatRevenueTransactionTypeEarnings extends TdApi.ChatRevenueTransactionType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
endDate
Point in time (Unix timestamp) when the earnings ended.
|
int |
startDate
Point in time (Unix timestamp) when the earnings started.
|
| Constructor and Description |
|---|
ChatRevenueTransactionTypeEarnings()
Describes earnings from sponsored messages in a chat in some time frame.
|
ChatRevenueTransactionTypeEarnings(int startDate,
int endDate)
Describes earnings from sponsored messages in a chat in some time frame.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int startDate
public int endDate
public static final int CONSTRUCTOR
public ChatRevenueTransactionTypeEarnings()
public ChatRevenueTransactionTypeEarnings(int startDate,
int endDate)
startDate - Point in time (Unix timestamp) when the earnings started.endDate - Point in time (Unix timestamp) when the earnings ended.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object