Class ChatBoostSourceGiveaway
java.lang.Object
com.pengrad.telegrambot.model.chatboost.source.ChatBoostSource
com.pengrad.telegrambot.model.chatboost.source.ChatBoostSourceGiveaway
- All Implemented Interfaces:
java.io.Serializable
public class ChatBoostSourceGiveaway extends ChatBoostSource implements java.io.Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHAT_BOOST_TYPE
Fields inherited from class com.pengrad.telegrambot.model.chatboost.source.ChatBoostSource
source, user
-
Constructor Summary
Constructors Constructor Description ChatBoostSourceGiveaway()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
giveawayMessageId()
int
hashCode()
java.lang.Boolean
isUnclaimed()
java.lang.String
toString()
-
Field Details
-
CHAT_BOOST_TYPE
public static final java.lang.String CHAT_BOOST_TYPE- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatBoostSourceGiveaway
public ChatBoostSourceGiveaway()
-
-
Method Details
-
giveawayMessageId
public java.lang.Integer giveawayMessageId() -
isUnclaimed
public java.lang.Boolean isUnclaimed() -
hashCode
public int hashCode()- Overrides:
hashCode
in classChatBoostSource
-
toString
public java.lang.String toString()- Overrides:
toString
in classChatBoostSource
-