TelegramObject: The base of telegram.bot objects

TelegramObjectR 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.


ebeneditos/telegram.bot documentation built on Sept. 12, 2022, 9:20 p.m.