Issue fixed for no Raw message Result and Device Session extended
This commit is contained in:
@@ -64,7 +64,7 @@ namespace TelegramBotBase.Base
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.RawCallbackData.CallbackQuery.Data;
|
||||
return this.RawCallbackData?.CallbackQuery?.Data;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user