TelegramBots / Telegram.Bot

.NET Client for Telegram Bot API
https://telegrambots.github.io/book
MIT License
3.17k stars 686 forks source link

inline keyboard #602

Closed sajjadarash closed 6 years ago

sajjadarash commented 6 years ago

Sorry mr Icant Create inline keyboards And Using That Plz Help me For this

InlineKeyboardButton n = new InlineKeyboardButton();
            ikb = new InlineKeyboardMarkup().InlineKeyboard =
               new[]
                    {
                      new[]
                         {
                          n ,
                          }
                 };

this my code

poulad commented 6 years ago

@sajjadarash No support from gh issues. Read issue template.

NimaZare commented 6 years ago

Hi @sajjadarash , Please See https://github.com/TelegramBots/Telegram.Bot/blob/master/test/Telegram.Bot.Tests.Integ/Inline%20Keyboard/CallbackQueryTests.cs

Good Louck.