forwardMessage: forwardMessage

View source: R/TGBot.R

forwardMessageR Documentation

forwardMessage

Description

Forward messages of any kind

Usage

forwardMessage(
  from_chat_id = NULL,
  message_id = NULL,
  disable_notification = NULL,
  chat_id = NULL
)

Arguments

from_chat_id

Unique identifier for the chat where the original message was sent (required)

message_id

Unique message identifier (required)

disable_notification

Sends the message silently. Users will receive a notification with no sound

chat_id

Unique identifier for the target chat or username of the target channel (required)


telegram documentation built on April 3, 2025, 8:53 p.m.