Package org.drinkless.tdlib
Class TdApi.MessagePremiumGiveawayCompleted
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessagePremiumGiveawayCompleted
- Enclosing class:
- TdApi
A Telegram Premium giveaway without public winners has been completed for the chat.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.MessageContent
TdApi.MessageContent.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.longIdentifier of the message with the giveaway; can be 0 if the message was deleted.intNumber of undistributed prizes.intNumber of winners in the giveaway. -
Constructor Summary
ConstructorsConstructorDescriptionA Telegram Premium giveaway without public winners has been completed for the chat.MessagePremiumGiveawayCompleted(long giveawayMessageId, int winnerCount, int unclaimedPrizeCount) A Telegram Premium giveaway without public winners has been completed for the chat. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
giveawayMessageId
public long giveawayMessageIdIdentifier of the message with the giveaway; can be 0 if the message was deleted. -
winnerCount
public int winnerCountNumber of winners in the giveaway. -
unclaimedPrizeCount
public int unclaimedPrizeCountNumber of undistributed prizes. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessagePremiumGiveawayCompleted
public MessagePremiumGiveawayCompleted()A Telegram Premium giveaway without public winners has been completed for the chat. -
MessagePremiumGiveawayCompleted
public MessagePremiumGiveawayCompleted(long giveawayMessageId, int winnerCount, int unclaimedPrizeCount) A Telegram Premium giveaway without public winners has been completed for the chat.- Parameters:
giveawayMessageId- Identifier of the message with the giveaway; can be 0 if the message was deleted.winnerCount- Number of winners in the giveaway.unclaimedPrizeCount- Number of undistributed prizes.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.MessageContent- Returns:
- this.CONSTRUCTOR
-