MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / RescheduleMessage

Function RescheduleMessage

Telegram/SourceFiles/api/api_editing.cpp:436–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434} // namespace
435
436void 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
444void EditMessageWithUploadedDocument(
445 HistoryItem *item,

Callers 1

AddRescheduleActionFunction · 0.85

Calls 2

EditMessageFunction · 0.85
invertMediaMethod · 0.45

Tested by

no test coverage detected