java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PushMessageContent
it.tdlight.jni.TdApi.PushMessageContentPremiumGiveaway
- Enclosing class:
- TdApi
A message with a Telegram Premium giveaway.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.boolean
True, if the message is a pinned message with the specified content.int
Number of months the Telegram Premium subscription will be active after code activation; 0 for pinned message.int
Number of users which will receive Telegram Premium subscription gift codes; 0 for pinned message. -
Constructor Summary
ConstructorDescriptionA message with a Telegram Premium giveaway.PushMessageContentPremiumGiveaway
(int winnerCount, int monthCount, boolean isPinned) A message with a Telegram Premium giveaway.A message with a Telegram Premium giveaway. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
winnerCount
public int winnerCountNumber of users which will receive Telegram Premium subscription gift codes; 0 for pinned message. -
monthCount
public int monthCountNumber of months the Telegram Premium subscription will be active after code activation; 0 for pinned message. -
isPinned
public boolean isPinnedTrue, if the message is a pinned message with the specified content. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PushMessageContentPremiumGiveaway
public PushMessageContentPremiumGiveaway()A message with a Telegram Premium giveaway. -
PushMessageContentPremiumGiveaway
public PushMessageContentPremiumGiveaway(int winnerCount, int monthCount, boolean isPinned) A message with a Telegram Premium giveaway.- Parameters:
winnerCount
- Number of users which will receive Telegram Premium subscription gift codes; 0 for pinned message.monthCount
- Number of months the Telegram Premium subscription will be active after code activation; 0 for pinned message.isPinned
- True, if the message is a pinned message with the specified content.
-
PushMessageContentPremiumGiveaway
A message with a Telegram Premium giveaway.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-