Skip to content

Commit

Permalink
answerCallbackQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Muhandis committed Sep 9, 2020
1 parent 03ba287 commit 7d332fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shellthread.pas
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ procedure TShellThread.BotReceiveCallbackQuery(ASender: TObject; ACallback: TCal
begin
if not CommandStart then
Exit;
FBot.answerCallbackQuery(ACallback.ID);
FIsCallBack:=True;
aName:=RightStr(ACallback.Data, Length(ACallback.Data)-Length(dt_dir)-1);
case ExtractWord(1, ACallback.Data, [' ']) of
Expand Down

0 comments on commit 7d332fb

Please sign in to comment.