public interface IMessageHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
String |
getDescription()
If this returns non-null, the command will be printed when the server comes up so that you can send it to BotFather.
|
PendingResponse |
handle(IUpdate update) |
boolean |
matches(IUpdate update) |
boolean matches(IUpdate update)
PendingResponse handle(IUpdate update)
String getCommand()
String getDescription()
Copyright © 2022. All rights reserved.