Class StarAmount
Object
StarAmount
- All Implemented Interfaces:
Serializable,BotApiObject,Validable
- Version:
- 9.0 Describes an amount of Telegram Stars.
- Author:
- Ruben Bermudez
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates that mandatory fields are filled and optional objects
-
Constructor Details
-
StarAmount
public StarAmount()
-
-
Method Details
-
validate
Description copied from interface:ValidableValidates that mandatory fields are filled and optional objects- Specified by:
validatein interfaceValidable- Throws:
TelegramApiValidationException- If any mandatory field is empty
-