check_update {telegram.bot} | R Documentation |
Check an update
Description
This method is called to determine if an update should be handled by
this handler instance. It should always be overridden (see
Handler
).
Usage
check_update(update)
Arguments
update |
The update to be tested. |
[Package telegram.bot version 3.0.0 Index]