Reputation: 197
I want when user presses the keyboard markup button then hide that, create keyboard with this code:
Rkm_YesNo.Keyboard = new KeyboardButton[][]
{
new KeyboardButton[]
{
new KeyboardButton("\U0000274C" + " " + "خیر"),
new KeyboardButton("\U00002705" + " " + "بلی")
}
};
and send that with this code:
await
Bot.SendTextMessageAsync(chatid, "در حال بررسی لطفا صبور باشید",false,false,0,rkm);
How can I hide that keyboard? Thanks.
Upvotes: 2
Views: 734