Telegram Button

how to make this button?

i have try :
{“inline_keyboard”:[[{“text”:“Some button text 2”,“url”:“https://botpress.org”}]]}

but this button url. i need button and value text only.

i successfull make button, this code :
{“inline_keyboard”:
[[{“text”:“1”,“callback_data”:“1”}],
[{“text”:“2”,“callback_data”:“2”}],
[{“text”:“3”,“callback_data”:“3”}],
[{“text”:“4”,“callback_data”:“4”}],
[{“text”:“:arrows_counterclockwise:”,“callback_data”:“rerun”}]]
}
how resize button width?

According to telegram bot - How to change the width of inline buttons to chat width, instead of message width - Stack Overflow,

You can try to increase the button width by inserting non-breaking spaces on both sides of the text content, that will be invisible to the user.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

Hi!

Which Make Module do you use to do that?