Bot

Forward messages

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

post/bot/forwardMessages

Headers

authorizationstring required

Required bot token using the Bearer scheme.

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