Skip to main content
Module

x/grammy_parse_mode/deps.deno.ts>Context#copyMessages

Safely format messages and keep their source code maintainable.
Go to Latest
method Context.prototype.copyMessages
Re-export
import { Context } from "https://deno.land/x/grammy_parse_mode@1.9.0/deps.deno.ts";

Context-aware alias for api.copyMessages.Use this method to copy messages of any kind. If some of the specified messages can't be found or copied, they are skipped. Service messages, giveaway messages, giveaway winners messages, and invoice messages can't be copied. A quiz poll can be copied only if the value of the field correct_option_id is known to the bot. The method is analogous to the method forwardMessages, but the copied messages don't have a link to the original message. Album grouping is kept for copied messages. On success, an array of MessageId of the sent messages is returned.

Parameters

chat_id: number | string

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

message_ids: number[]

Identifiers of 1-100 messages in the current chat to copy. The identifiers must be specified in a strictly increasing order.

optional
other: Other<"copyMessages", "chat_id" | "from_chat_id" | "message_id">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#copymessages