Pin message
The telegram_bot_api-pin-message tool allows you to easily pin messages in Telegram chats and channels, enhancing communication visibility. It integrates seamlessly with Telegram's Bot API to manage chat pins efficiently.
Features
- Pin messages in any Telegram chat or channel using unique chat identifiers or usernames.
- Option to send pinned message notifications silently to avoid disturbing users.
- Supports pinning messages by specifying message IDs directly.
- Easy integration with Telegram Bot API's pinChatMessage method for automation.
- Ensures important announcements remain visible at the top of chats for all members.
Benefits
- Improves message visibility by keeping critical information pinned at the top of chats.
- Reduces message loss in busy group chats by highlighting key announcements.
- Customizable notification options enhance user experience by controlling alert sounds.
- Automates chat management, saving time for community managers and admins.
- Boosts engagement and communication effectiveness within Telegram communities.
Description
Pins a message. See the docs for more information
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| chatIdrequired | string | Enter the unique identifier for the target chat (e.g. |
| messageIdrequired | string | Enter the message ID. |
| disable_notification | boolean | Choose if to send the message silently. iOS users will not receive a notification, Android users will receive a notification with no sound. |