Code Duplication    Length = 3-3 lines in 2 locations

src/Commands/AdminCommands/SendtochannelCommand.php 2 locations

@@ 171-173 (lines=3) @@
168
                        );
169
170
                        $data['text'] = 'Would you like to insert a caption?';
171
                        if (!$text_yes_or_no && $notes['last_message_id'] !== $message->getMessageId()) {
172
                            $data['text'] .= PHP_EOL . 'Type Yes or No';
173
                        }
174
                        $result = Request::sendMessage($data);
175
                        break;
176
                    }
@@ 218-220 (lines=3) @@
215
                        );
216
217
                        $data['text'] = 'Would you like to post it?';
218
                        if (!$text_yes_or_no && $notes['last_message_id'] !== $message->getMessageId()) {
219
                            $data['text'] .= PHP_EOL . 'Type Yes or No';
220
                        }
221
                        $result = Request::sendMessage($data);
222
                    }
223
                    break;