| 434 | } // namespace |
| 435 | |
| 436 | void RescheduleMessage( |
| 437 | not_null<HistoryItem*> item, |
| 438 | SendOptions options) { |
| 439 | const auto empty = [] {}; |
| 440 | options.invertCaption = item->invertMedia(); |
| 441 | EditMessage(item, options, empty, empty); |
| 442 | } |
| 443 | |
| 444 | void EditMessageWithUploadedDocument( |
| 445 | HistoryItem *item, |
no test coverage detected