In Group Help, it is possible to add buttons under all bot messages (like welcome message, repeated messages, etc.).
You can’t add buttons to Albums (multiple photos/videos together) due to Telegram limitations.
A button that when pressed redirects you to the link specified.
To create it, you need to send the bot a phrase structured like this:
button text - button link
Replace "button text" with the text you want the button to have and "button link" with the actual link.
Example:
A button that, when pressed, shows a specific message via a pop-up.
There are two types of popup buttons:
Popup
Alert
To create it, you need to send the bot a phrase structured like this:
button text - popup: Popup text or button text - alert: Alert text
Replace "Popup text" with the message for the pop-up.
POPUP is a full-screen pop-up that requires confirmation to close:
ALERT is less intrusive and automatically closes after a few seconds.
Example (popup):
If you want to wrap the popup message, enter \n as the line separator.
Example:
Press here - popup: First line\nSecond line\nThird line
A button that, when pressed, copies the specified message to the user's clipboard.
To create it, you need to send the bot a phrase structured like this:
button text - copy: Text to copy
Replace "Text to copy" with the text you want users to copy easily.
A button that allows you to share a text with someone once pressed.
Each user who presses the button will be able to choose a chat and the text to be shared will be automatically inserted in the message box of that chat.
To create it, you need to send the bot a phrase structured like this:
button text - share: Text to share
Replace "Text to share" with the text you want users to share.
Example:
A button that, when pressed, executes a personal command and updates the message with the new command text.
To create it, you need to send the bot a phrase structured like this:
Button title - personal: commandName
If the personal command "/commandName" exists, whenever someone press the button, the message will be edited with the text of the personal command /commandName.
👤 Use personalu: instead of personal: to ensure that the button can only be used by the user who triggered the first message.
A button that, when pressed in a message will cause the message to be deleted.
To create it, you need to send the bot a phrase structured like this:
Button title - del
👤 Use delu instead of del to ensure that the button can only be used by the user who launched the command.
You can create multiple buttons, of any type, to be added all together below the post.
To create several buttons on the same row (for example buttons with links), the && character must be sent as separator:
text1 - link1 && text2 - link2 && text3 - link3
Example:
To create several buttons on different rows, you need to start a new line to separate one row from another:
text1 - link1 && text2 - link2text3 - link3 && text4 - link4
Example:
It is possible to create buttons with the background in one of the following colors:
Green - #g
Red - #r
Primary (often blue) - #p
To color a button, you need to add the specific hashtag at the beginning of the button text:
#g Green button - linkbutton.com
#r Red button - linkbutton.com
#p Primary button - linkbutton.com
If you do not send any hashtag, the button will be colored with the standard button color (transparent).
It is possible to create buttons with a premium emoji at the beginning of the text.
To do this, simply insert a premium emoji in the button text:
ATTENTION: it is possible to set only a single premium emoji in each button.
If you are using a custom clone bot, the clone bot's owner account must have an active Telegram Premium subscription.
Use this syntax to add one or more dashes into a button title:
Button\-title - t.me/Link
Example: