Class CopyTextButton
Object
CopyTextButton
- All Implemented Interfaces:
Serializable,BotApiObject,Validable
- Version:
- 7.11 This object represents an inline keyboard button that copies specified text to the clipboard.
- Author:
- Ruben Bermudez
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates that mandatory fields are filled and optional objects
-
Constructor Details
-
CopyTextButton
public CopyTextButton()
-
-
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
-