Issue fixed for no Raw message Result and Device Session extended

This commit is contained in:
FlorianDahn
2019-02-19 19:20:01 +01:00
parent 04f7dde3dd
commit 04d7a52921
2 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ namespace TelegramBotBase.Base
{
get
{
return this.RawCallbackData.CallbackQuery.Data;
return this.RawCallbackData?.CallbackQuery?.Data;
}
}