msg := tgbotapi.NewEditMessageText(ChatID, MessageID, text) markupToEdit := tgbotapi.NewEditMessageReplyMarkup(ChatID, MessageID, keyboard) return &msg, &markupToEdit cannot use &markupToEdit (type *tgbotapi.EditMessageReplyMarkupConfig) as type *tgbotapi.InlineKeyboardMarkup in return argument
Обсуждают сегодня