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