In Telegram InlineQueryResults when we have items to show for requested , we can show our items. But when we have no items for showing, How to show Not Found item with No Message Creation after select that?
It's not possible for now, you can only try to send simple text with error description.
Related
I had included some buttons on my rasa chatbot and if you click on that button, it gives me the read sign that I can not access content. like it is shown on image below:
My domain is the next :
After several trials I got the response!
Well I could not got the possibility to click on any button because in my stories I had defined two successive utter_response :
utter_givesinfo
utter_moreinfo
means I will not give the user the chance to choose any button so after deleting:
utter_moreinfo
I resolved the problem well as it is shown on the next figure:
Like Create new group using telegram bot API, but not by API -- how to create new group in telegram myself?
https://telegram.org/faq#q-how-do-i-create-a-group says:
Click the menu button in the top left corner > ‘New Group’.
but looks to me the faq is outdated, as it is no longer working:
Open Telegram.
Click ☰.
Click New Group.
Type a name for the group.
Then, I can do nothing but "Cancel" -- The “Next” is always grayed out.
Anybody knows? thx.
I am trying to implement a popup dialog for my Ionic 3 up that will be used to cofirm deletion of an object from the collection.
The perfect flow I am imagining is this :
An alert appears with a question "Delete item? Yes No" and after clicking yes, a spinner appears inside the alert to indicate that a request is sent to the server and pending response. After the response has been received I want the alert to smoothly change into a confirmation alert, something like this:
Unfortunately I found out that it is impossible to provide custom templates for alert components in ionic. From what I've read it seems like the only option is to create a modal with a custom template instead. The problem is, however, that the model opens full-screen and I want a nice little alert with the backdrop in the background.
Can you please give me some advice on how to achieve this?
Question 2: I really like the design of the confirmation alert that I have posted above :) Any advice on how to make it?
Cheers guys, as always - thank you!
I'm going to make vote-bot based on Schulze-method, so I need to show individual buttons for every user. Is it possible?
No possible to make different inline keyboard for each user in same chat at this time.
But I think you can use a button with url parameter contain https://t.me/Bot?start=vote_uniqueId, and when user click it, your bot will receive /start vote_uniqueId. And then you can give they different keyboard to vote now. :)
i am getting these error:
nested push animation can result in corrupted navigation bar.
Unbalanced calls to begin/end appearance transitions.
I am trying to push one view controller to another one.i am getting following issues:
on that it is not showing title while i gave it in view will appear.
if i turn back it is now showing me blank view (transparent) having that title what i was not able to see in previous view controller.
if now i again turn back, it is showing me right sequence of titles as i am popping but without content.i mean blank (transparent).*
I had the same issue, it turned out to be that I was making two repeated calls to pushViewController:, which presented the same View Controller twice, and when I was going to pop it, the content would stay but the navigation bar would do the animation. I was having this message on the log 'Unbalanced calls to begin/end appearance transitions for ...'
Xcode_5_developer_preview_6 (beta5) is the answer for this. i just installed it. they have resolved this issue which was in Xcode_5_developer_preview beta4.