Bot

Forward messages

Forwards up to 100 accessible messages and returns their new IDs. Missing source IDs are skipped.

post/bot{token}/forwardMessages

Path parameters

tokenstring required

Required bot token included in the URL path.

Headers

authorizationstring

Optional bot token using the Bearer scheme. When supplied, it takes precedence over the token in the URL.

Request body

chat_idinteger required

A positive Inline chat identifier

from_chat_idinteger required

A positive Inline chat identifier

message_idsMessageId[] required

Response

BotForwardMessagesSuccess

oktrue required

Always true for a successful request.

Changes