Arman92 / go-tdlib

Golang Telegram TdLib JSON bindings
GNU General Public License v3.0
436 stars 100 forks source link

In-chat buttons are missing #21

Closed cdtj closed 5 years ago

cdtj commented 5 years ago

Telegram Bot API 2.0 contain varieties of buttons: https://core.telegram.org/bots/2-0-intro#switch-to-inline-buttons and I tried to handle them but didn't find a way how to do that.

Chat message from bot with buttons typed as *tdlib.MessageText, with full text in Text.Textarea and text formatting options in Text.Entities.

Is there any way to get button's text and entities?

cdtj commented 5 years ago

My bad, found wanted objects in *Message.ReplyMarkup