Learn R Programming

telegram.bot (version 3.0.0)

TelegramObject: The base of telegram.bot objects

Description

Base class for most telegram objects.

Usage

is.TelegramObject(x)

Format

An R6Class generator object.

Arguments

x

Object to be tested.

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.