telegram_send_photo
Send photos to Telegram chats using image URLs or file IDs. Add optional captions with Markdown or HTML formatting for clear communication.
Instructions
텔레그램 채팅에 사진을 전송합니다. URL 또는 file_id 사용 가능.
Args: params (SendPhotoInput): - chat_id (int): 채팅 ID - photo (str): 이미지 URL 또는 Telegram file_id - caption (str): 이미지 설명 (선택, 최대 1024자) - parse_mode (str): 'Markdown' 또는 'HTML' (기본값: Markdown)
Returns: str: 전송 성공 메시지 또는 에러
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |