Package org.drinkless.tdlib
Class TdApi.MessageGiveaway
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageGiveaway
- Enclosing class:
- TdApi
A giveaway.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Giveaway parameters.Prize of the giveaway.A sticker to be shown in the message; may be null if unknown.intNumber of users which will receive Telegram Premium subscription gift codes. -
Constructor Summary
ConstructorsConstructorDescriptionA giveaway.MessageGiveaway(TdApi.GiveawayParameters parameters, int winnerCount, TdApi.GiveawayPrize prize, TdApi.Sticker sticker) A giveaway. -
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
-
parameters
Giveaway parameters. -
winnerCount
public int winnerCountNumber of users which will receive Telegram Premium subscription gift codes. -
prize
Prize of the giveaway. -
sticker
A sticker to be shown in the message; may be null if unknown. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageGiveaway
public MessageGiveaway()A giveaway. -
MessageGiveaway
public MessageGiveaway(TdApi.GiveawayParameters parameters, int winnerCount, TdApi.GiveawayPrize prize, TdApi.Sticker sticker) A giveaway.- Parameters:
parameters- Giveaway parameters.winnerCount- Number of users which will receive Telegram Premium subscription gift codes.prize- Prize of the giveaway.sticker- A sticker to be shown in the message; may be null if unknown.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-