0

I'm trying to make this kind of inlineKeyboardButtons : https://i.stack.imgur.com/sHSTA.png

Which is bigger in width and has emojis inside it. How can I do so ?

Thanks

j.hamid
  • 3
  • 4

2 Answers2

0

That is a inline keyboard where the button text contains an emoji.

Maak
  • 4,720
  • 3
  • 28
  • 39
0

You should use code of emoji in button caption. For getting codes take a look at this list.
If you want bigger width then only one element should be declared in the array of InlineKeyboardButton objects.

anatol
  • 1,680
  • 2
  • 24
  • 47
  • could you give me an example of bigger width Button.I tried one element of InlineKeyboardButton objects but the width of the button doesn't change . – j.hamid Sep 27 '16 at 13:50
  • @j.hamid, what you mean by "width"? Now from your words I can see you mean hight. Isn't it? – anatol Sep 27 '16 at 14:42
  • no I mean width .I want the buttons to take the whole screen and be bigger – j.hamid Sep 27 '16 at 15:22