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

Method sendMessageFail

Telegram/SourceFiles/apiwrap.cpp:495–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495void ApiWrap::sendMessageFail(
496 const MTP::Error &error,
497 not_null<PeerData*> peer,
498 uint64 randomId,
499 FullMsgId itemId) {
500 sendMessageFail(error.type(), peer, randomId, itemId);
501}
502
503void ApiWrap::sendMessageFail(
504 const QString &error,

Callers 9

forwardMessagesMethod · 0.80
PrepareShareBoxFunction · 0.80
ShareBotGameFunction · 0.80
ShowSendNowMessagesBoxFunction · 0.80
SendSimpleMediaFunction · 0.80
SendExistingMediaFunction · 0.80
SendDiceFunction · 0.80

Calls 15

ShowForPeerFunction · 0.85
MakeInformBoxFunction · 0.85
PeerFloodErrorTextFunction · 0.85
ShowPremiumFunction · 0.85
asChannelMethod · 0.80
slowmodeSecondsMethod · 0.80
asUserMethod · 0.80
updateFullMethod · 0.80
diceGameOutcomeMethod · 0.80

Tested by

no test coverage detected