Copy or Forward a message
Copy or forward a message
Forward a message
To forward a message, use Forward class-method or .forward
answer/api method
app.controller.ts
Copy message
You can copy message. This is similar to forwarding messages, but the sender's name will be removed, and you can also change the message options. Use Copy class-method or .copy
answer/api method
Copy class-method or .copy Answer method take arguments:
Argument
Description
Required
1
Chat id you want to copy to
Required
2
Keyboard you want to add
Optional
3
Optional
app.controller.ts
If you want to know what arguments an API method takes, see the IDE hint
Last updated