Create new group in telegram - telegram

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.

Related

Create buttons in Telegram Group

I managed to create a bot in Telegram with function buttons, however I'd like to add those buttons to a group.
Is it possible?

Telegram set Not Found for InlineQueryResults

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.

I need different button titles for different users in telegram group

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. :)

Track menu link clicks in Wordpress with Google Tag Manager?

I would like to track how many people click on a link in the menu bar and where did they come from. Is there a way to do it? I see that in Wordpress there is a class called menu-item, but I don't know how this would help me.
Thanks in advance.
Google Analytics will track where users come from by default. Because of this, you only need to create an event to fire on the click class: menu-item.
After setting up event tracking, navigate to Behaviour -> Events -> Top Events. Once at this page, search for the naming of the event you created, and then select a secondary dimension such as Default Channel Grouping, Source/Medium, or whatever is relevant to your needs.
1) You need to create universal event tag. In fields to set, choose variable refferer and as value select {{refferer}}.
2) Create "click classes" variable with value: gtm.elementClasses
3) Create trigger of "Click - All Elements" type. Select "some clicks" and fill it with: {{click classes}} equals menu-item.

how do we create tabgroup inside tab in titanium

Hello I have basic two tab which is located on bottom side of application. I want to create another tabgroup when I clicked on second tab. I am searching a lot, but only able to add tab in existing tabgroup. My application requirement is when I clicked on second tab of existing tabgroup another tabgroup should be created and it should appears at the top of the same window.please help me to resolve this issue.
I thought you cannot add that.
if you work to develop android apps. do with tabGroup and actionBar or MenuBar
you can search the API here :
actionBar : http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Android.ActionBar
menuBar : http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.Android.Menu
From the api doc for tabgroup
On Android, only one tab group may exist at one time. A tab group may
be closed to allow a new one to be opened later, but the root of the
application must be a heavyweight window to prevent it exiting. Tabs
cannot be removed from the tab group once added, and tabs cannot be
reordered.
On iOS, more than one tab group may exist, and may be opened and
closed as required. Each tab can contain a stack of windows, and the
user can switch between them by tapping the tab's associated control.
Tabs can be removed, and the user may (optionally) be allowed to
reorder tabs.

Resources