电报机器人,如何制作带有表情符号标题的更大按钮

telegram bot ,How to make bigger buttons with emoj caption

我正在尝试制作这种内联键盘按钮: http://i.stack.imgur.com/sHSTA.png

宽度更大,里面有表情符号。 我该怎么做?

谢谢

那是 inline keyboard where the button 文本包含表情符号。

您应该在按钮标题中使用表情符号代码。要获取代码,请查看 this list.
如果你想要更大的宽度,那么在 InlineKeyboardButton objects 的数组中应该只声明一个元素。