Class InputLocationMessageContent
Object
InputLocationMessageContent
- All Implemented Interfaces:
Serializable,BotApiObject,Validable,InputMessageContent
Represents the content of a location message to be sent as the result of an inline query.
- Version:
- 1.0
- Author:
- Ruben Bermudez
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates that mandatory fields are filled and optional objects
-
Constructor Details
-
InputLocationMessageContent
public InputLocationMessageContent()
-
-
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
-