Size: a a a

2017 December 12

ПМ

Правый Медвежонок🧚 in Dev Chat
Dimas Darfiangga
suggestion please
that was so hard
источник

ПМ

Правый Медвежонок🧚 in Dev Chat
источник

DD

Dimas Darfiangga in Dev Chat
Dimas Darfiangga
$.runInlineMenu({
   layout: 2, //some layouting here
   method: 'sendMessage', //here you must pass the method name
   params: ['text'], //here you must pass the parameters for that method
   menu: [
       {
           text: '1', //text of the button
           callback: (callbackQuery, message) => { //to your callback will be passed callbackQuery and response from method
               console.log(1)
           }
       },
       {
           text: 'Exit',
           message: 'Are you sure?',
           layout: 2,
           menu: [ //Sub menu (current message will be edited)
               {
                   text: 'Yes!',
                   callback: () => {

                   }
               },
               {
                   text: 'No!',
                   callback: () => {

                   }
               }
           ]
       }
   ]
})
where to use it in here ?
источник

ПМ

Правый Медвежонок🧚 in Dev Chat
add url field
источник

DD

Dimas Darfiangga in Dev Chat
example code please..
источник

ПМ

Правый Медвежонок🧚 in Dev Chat
wtf
источник

ПМ

Правый Медвежонок🧚 in Dev Chat
can you try to add?
источник

DD

Dimas Darfiangga in Dev Chat
i'e done
источник

DD

Dimas Darfiangga in Dev Chat
i've done
источник

DD

Dimas Darfiangga in Dev Chat
bu it can't
источник

ПМ

Правый Медвежонок🧚 in Dev Chat
text: 'Exit',
url: 'http://natribu.org'
message: 'Are you sure?',
layout: 2,
источник

DD

Dimas Darfiangga in Dev Chat
Правый Медвежонок🧚
text: 'Exit',
url: 'http://natribu.org'
message: 'Are you sure?',
layout: 2,
it works thanks !
источник

DD

Dimas Darfiangga in Dev Chat
👍👍
источник
2017 December 13

c

carmelolg in Dev Chat
is possible sendMessage with html?
источник

ПМ

Правый Медвежонок🧚 in Dev Chat
no
источник

c

carmelolg in Dev Chat
and bold/italic etc. text?
источник

c

carmelolg in Dev Chat
I need formatting a bit my text in other words.
источник

c

carmelolg in Dev Chat
is possibile?
источник

Z

Zheka in Dev Chat
источник

c

carmelolg in Dev Chat
yup, but the framework is between me and telegram api right?
источник