Example #1
0
        public override async Task <UpdateHandlingResult> HandleCommand(Update update, DefaultCommandArgs args)
        {
            await Bot.Client.SendTextMessageAsync(
                update.Message.Chat.Id,
                "Прости...", replyMarkup : Keyboards.GetMainOptionsKeyboard());


            return(UpdateHandlingResult.Handled);
        }