public static class TdApi.GetStarRevenueStatistics extends TdApi.Function<TdApi.StarRevenueStatistics>
Returns StarRevenueStatistics
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isDark
Pass true if a dark theme is used by the application.
|
TdApi.MessageSender |
ownerId
Identifier of the owner of the Telegram Stars; can be identifier of an owned bot, or identifier of a channel chat with supergroupFullInfo.canGetStarRevenueStatistics == true.
|
| Constructor and Description |
|---|
GetStarRevenueStatistics()
Default constructor for a function, which returns detailed Telegram Star revenue statistics.
|
GetStarRevenueStatistics(TdApi.MessageSender ownerId,
boolean isDark)
Creates a function, which returns detailed Telegram Star revenue statistics.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.MessageSender ownerId
public boolean isDark
public static final int CONSTRUCTOR
public GetStarRevenueStatistics()
Returns StarRevenueStatistics
public GetStarRevenueStatistics(TdApi.MessageSender ownerId, boolean isDark)
Returns StarRevenueStatistics
ownerId - Identifier of the owner of the Telegram Stars; can be identifier of an owned bot, or identifier of a channel chat with supergroupFullInfo.canGetStarRevenueStatistics == true.isDark - Pass true if a dark theme is used by the application.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object