Class ReactionTypePaid
java.lang.Object
com.pengrad.telegrambot.model.reaction.ReactionType
com.pengrad.telegrambot.model.reaction.ReactionTypePaid
- All Implemented Interfaces:
java.io.Serializable
public class ReactionTypePaid extends ReactionType
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPAID_TYPE -
Constructor Summary
Constructors Constructor Description ReactionTypePaid() -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()Methods inherited from class com.pengrad.telegrambot.model.reaction.ReactionType
equals, hashCode, type
-
Field Details
-
PAID_TYPE
public static final java.lang.String PAID_TYPE- See Also:
- Constant Field Values
-
-
Constructor Details
-
ReactionTypePaid
public ReactionTypePaid()
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classReactionType
-