Learn R Programming

telegram.bot (version 1.0.0)

Update: Update

Description

This object represents an incoming Update.

Usage

Update(data)

Arguments

data

Data of the update.

Format

An R6Class object.

Methods

effective_user

To get the user that sent this update, no matter what kind of update this is.

effective_chat

To get the chat that this update was sent in, no matter what kind of update this is.

effective_message

To get the message included in this update, no matter what kind of update this is.