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

Function FillMessagePostFlags

Telegram/SourceFiles/api/api_sending.cpp:522–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void FillMessagePostFlags(
523 const SendAction &action,
524 not_null<PeerData*> peer,
525 MessageFlags &flags) {
526 InnerFillMessagePostFlags(action.options, peer, flags);
527}
528
529void SendConfirmedFile(
530 not_null<Main::Session*> session,

Callers 6

forwardMessagesMethod · 0.85
sendSharedContactMethod · 0.85
sendMessageMethod · 0.85
sendInlineResultMethod · 0.85
SendConfirmedFileFunction · 0.85

Calls 1

Tested by

no test coverage detected