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

Method handleEmojiInteraction

Telegram/SourceFiles/api/api_updates.cpp:1127–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1125}
1126
1127void Updates::handleEmojiInteraction(
1128 not_null<PeerData*> peer,
1129 const MTPDsendMessageEmojiInteraction &data) {
1130 const auto json = data.vinteraction().match([&](
1131 const MTPDdataJSON &data) {
1132 return data.vdata().v;
1133 });
1134 handleEmojiInteraction(
1135 peer,
1136 data.vmsg_id().v,
1137 qs(data.vemoticon()),
1138 ChatHelpers::EmojiInteractions::Parse(json));
1139}
1140
1141void Updates::handleSpeakingInCall(
1142 not_null<PeerData*> peer,

Callers

nothing calls this directly

Calls 7

qsFunction · 0.85
windowsMethod · 0.80
frontMethod · 0.80
seenOutgoingMethod · 0.80
ParseFunction · 0.70
emptyMethod · 0.45
startIncomingMethod · 0.45

Tested by

no test coverage detected