telegram_pin_message
Pin important messages in Telegram chats to keep them visible at the top. Requires bot admin permissions and allows notification control.
Instructions
채팅에서 특정 메시지를 고정합니다. (봇이 관리자 권한 필요)
Args: params (PinMessageInput): - chat_id (int): 채팅 ID - message_id (int): 고정할 메시지 ID - disable_notification (bool): 알림 없이 고정 여부 (기본 False)
Returns: str: 고정 성공 메시지 또는 에러
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |