ffrip

Results 2 issues of ffrip

```c# if (update.Type == UpdateType.Message) chatId = update.Message.Chat.Id; ``` but how handle all other types? ```c# if (update.Type != UpdateType.Message) { chatId = ???; await bot.SendMessageAsync(chatId, "Message is not a...

question

Если перейти в настройки, потом выбрать пункт "Автоскрытие", вверху появляется кнопка для добавления правила, насколько я понял. При возвращении в настройки, кнопка остается. Скриншоты - ниже. Скриншоты ![1](https://user-images.githubusercontent.com/25042320/88586995-ec1bc400-d05d-11ea-857b-e3b4c82758bf.jpg) ![2](https://user-images.githubusercontent.com/25042320/88587001-ee7e1e00-d05d-11ea-925e-f8bbb9d6a373.jpg) ![3](https://user-images.githubusercontent.com/25042320/88587005-efaf4b00-d05d-11ea-8600-0efc49ef35c9.jpg)