mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-24 08:16:34 +01:00
Update content of files
This commit is contained in:
parent
4df59ed629
commit
1c4d47e71f
1 changed files with 0 additions and 16 deletions
|
@ -106,22 +106,6 @@ var DemoApp = {
|
|||
Telegram.WebApp.sendData(new Date().toString());
|
||||
}
|
||||
},
|
||||
switchInlineQuery: function(query, choose_chat) {
|
||||
var choose_chat_types = false;
|
||||
if (choose_chat) {
|
||||
var choose_chat_types = [];
|
||||
var types = ['users', 'bots', 'groups', 'channels'];
|
||||
for (var i = 0; i < types.length; i++) {
|
||||
if ($('#select-' + types[i]).prop('checked')) {
|
||||
choose_chat_types.push(types[i]);
|
||||
}
|
||||
}
|
||||
if (!choose_chat_types.length) {
|
||||
return DemoApp.showAlert('Select chat types!');
|
||||
}
|
||||
}
|
||||
Telegram.WebApp.switchInlineQuery(query, choose_chat_types);
|
||||
},
|
||||
requestLocation: function(el) {
|
||||
if (navigator.geolocation) {
|
||||
navigator.geolocation.getCurrentPosition(function (position) {
|
||||
|
|
Loading…
Reference in a new issue