Limitati Maker | Buttons
60 subscribers
Download Telegram
⌨️ URL Buttons Syntax

You can use this syntax to create URL buttons in your templates or submenus.

💡 Rules
[ ] is a row of buttons
{ } is the button

You can use || to separate multiple buttons in a single row.

Some examples below.
Single Button

[{Button Text - https://google.com}]
Multiple Buttons

[{Button1 Text - https://google.com}]
[{Button2 Text - https://google.com}]
Multiple Buttons - Multiple Rows

[{Button1 Text - https://google.com}]
[{Button2 Text - https://google.com}||{Button3 Text - https://google.com}]
Single Button - popup

[{Button Text - popup:text (max 60 chars}]
Multiple Mixed Buttons

[{URL Button - https://google.com}]
[{popup Button - popup:text}]
Callbacks Button

[{Button Text - cb:CommandName}]
Home Button

[{Button Text - home}]