public static class TdApi.GetPremiumInfoSticker extends TdApi.Function<TdApi.Sticker>
Returns Sticker
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
monthCount
Number of months the Telegram Premium subscription will be active.
|
| Constructor and Description |
|---|
GetPremiumInfoSticker()
Default constructor for a function, which returns the sticker to be used as representation of the Telegram Premium subscription.
|
GetPremiumInfoSticker(int monthCount)
Creates a function, which returns the sticker to be used as representation of the Telegram Premium subscription.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int monthCount
public static final int CONSTRUCTOR
public GetPremiumInfoSticker()
Returns Sticker
public GetPremiumInfoSticker(int monthCount)
Returns Sticker
monthCount - Number of months the Telegram Premium subscription will be active.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object