Can I hide telegram bot menu button? - telegram

In recent update they introduced the menu button where you have commands. I want to know if I can disable this or maybe delete all the commands? My bot now has one default command /start. What will it look like if I'll delete it?

Related

Node is not deleting from cordite dashboard

How to delete node from cordite dashboard ? Delete alert shows but when i clicked on delete button nothing happened. Also i have tried through swagger. Currently m using virtual machine.
there is an old UI bug that doesn't capture the event when clicking directly on the icon.
To work around the issue, you can click just to the top-right of the icon. Here is a video of explaining it: https://www.youtube.com/watch?v=NczNdVxEZyM
We hope to have greater priortisation to fix this issue and to provide a more reactive and smooth experience.
Btw, you can also always code directly to the swagger api on /swagger.

How do you add a hyperlink to a message in telegram on mobile?

I'd like to do something along the lines of "Hey, checkout this link" and have it formatted with a hyperlink on desktop and mobile. I'm not looking to make my own bot if possible but I'm happy to use others. I've found the #bold bot can format a hyperlink if it is the only thing in the message but I would ideally like to have other text as well.
You should use last version of Telegram.
Select text that you wrote, but haven't sent yet and press Right click on mouse or long tap on mobile device. A context menu will appear, where you will be able to choose text formatting.

how to prevent telegram bot keyboard from scrolling

I am writing a telegram bot with telegraf.
I have a keyboard like this:
.keyboard([
[L.__('Start Order'), L.__('Game')],
[L.__('Promotions'), L.__('Search')],
[L.__('Invite Friends'), L.__('Download Apps')],
[L.__('My Scores'), L.__('My Orders')],
[L.__('Ostadkar Telegram Channel'), L.__('FAQ')],
[L.__('Work at Ostadkar'), L.__('About Ostadkar')],
])
.oneTime()
.resize()
.extra()
But the number of commands on it are much more than the space it has and needs scrolling to view all of it.
How can I fit this keyboard to screen without scrolling it?
Thanks for any help.
Unfortunately this isn't possible at this time and according to telegram bot guide lines and news its not even in the to do list.

Windows 8 phone app - How to add "share app" button?

I have an app, and I'd like to add a share button to it. Once the button is clicked, I'd like it to open the following window:
Then the user will choose where to share it and it will display the following default message:
"Just found this great app! Find it here:http://www.windowsphone.com/en-us/store/app/amtrak/c8824bb8-3a85-48f7-af54-954bd5673cc6"
Can you please tell me how to do it?
Maybe you want Task as in Microsoft.Phone.Tasks namespace. And which Task to choose is depending on what kind of information you want to share :
Media file. how to use ShareMediaTask
Link/URL. how to use ShareLinkTask
Status. how to use ShareStatusTask

Redactor JS editor, custom external toolbar solution with plugin

I'm trying to create a totally custom/external toolbar for Redactor. So far, I think the best way to do this is to actually turn off the toolbar by default, and create a plugin for it.
I was able to do this successfully wit my custom feature set, but I can't indicate the state of the text in my toolbar itself. (ie: if a user changes the fontSize, and later on clicks in the middle of the word/sentence, I wanna be able to display that on the toolbar somehow)
Has anybody else run into this?
thanks,
--iM

Resources