test
This commit is contained in:
parent
0993dfbcdb
commit
08488e7a5c
2
td.go
2
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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user