diff --git a/td.go b/td.go index 49f2082..8713093 100644 --- a/td.go +++ b/td.go @@ -76,7 +76,7 @@ func ListenTG(c *tdlib.Client) { if updateMsg.Message.ReplyMarkup.GetReplyMarkupEnum() == tdlib.ReplyMarkupInlineKeyboardType { rm := updateMsg.Message.ReplyMarkup.(*tdlib.ReplyMarkupInlineKeyboard) for k, v := range rm.Rows { - fmt.Println("ReplyMarkupInlineKeyboard[%s][%s] : ", k, v.text) + fmt.Println("ReplyMarkupInlineKeyboard[%s][%s] : ", k, v.Text) } } }