TelegramObject {telegram.bot} | R Documentation |
The base of telegram.bot objects
Description
Base class for most telegram objects.
Usage
is.TelegramObject(x)
Arguments
x |
Object to be tested. |
Format
An R6Class
generator object.
Methods
Public methods
Method clone()
The objects of this class are cloneable with this method.
Usage
TelegramObject$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package telegram.bot version 3.0.0 Index]