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

Method nextLocalMessageId

Telegram/SourceFiles/data/data_session.cpp:3093–3097  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3091}
3092
3093MsgId Session::nextLocalMessageId() {
3094 Expects(_localMessageIdCounter < EndClientMsgId);
3095
3096 return _localMessageIdCounter++;
3097}
3098
3099void Session::setSuggestToGigagroup(
3100 not_null<ChannelData*> group,

Callers 15

forwardMessagesMethod · 0.80
sendSharedContactMethod · 0.80
sendMessageMethod · 0.80
sendInlineResultMethod · 0.80
selectInlineResultMethod · 0.80
startMethod · 0.80
SavePreparedThemeFunction · 0.80
GenerateServiceItemFunction · 0.80
uploadForPeerMethod · 0.80
setupContentMethod · 0.80
reserveCreatingIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected