Class ReplyParameters
Object
ReplyParameters
- All Implemented Interfaces:
Serializable,BotApiObject,Validable
Describes reply parameters for the message that is being sent.
- Version:
- 7.0
- Author:
- Ruben Bermudez
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates that mandatory fields are filled and optional objects
-
Constructor Details
-
ReplyParameters
public ReplyParameters()
-
-
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
-