telegram_forward_message
Forward messages between Telegram chats while preserving source attribution. Specify source chat, destination chat, and message ID to transfer content.
Instructions
한 채팅에서 다른 채팅으로 메시지를 포워드(전달)합니다. 출처 표시 포함.
Args: params (ForwardMessageInput): - from_chat_id (int): 원본 채팅 ID - to_chat_id (int): 전달 대상 채팅 ID - message_id (int): 전달할 메시지 ID
Returns: str: 포워드 성공 메시지 또는 에러
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |