Skip to content

Commit 5b9cc5f

Browse files
committed
fix survey bug
1 parent bd74eea commit 5b9cc5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/UserCommands/SurveyCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public function execute()
173173
$this->conversation->update();
174174

175175
$data['text'] = 'Insert your picture:';
176+
$data['reply_markup'] = new ReplyKeyBoardHide(['selective' => true]);
176177
$result = Request::sendMessage($data);
177178
break;
178179
}

0 commit comments

Comments
 (0)