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

Method userId

Telegram/SourceFiles/api/api_chat_participants.cpp:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384UserId ChatParticipant::userId() const {
385 return peerToUser(_peer);
386}
387
388ChatRestrictionsInfo ChatParticipant::restrictions() const {
389 return _restrictions;

Callers 7

ApplyMegagroupAdminsFunction · 0.45
RefreshChannelAdminsFunction · 0.45
ApplyLastListFunction · 0.45
requestSelfMethod · 0.45
feedUpdateMethod · 0.45
MentionNameEntityFunction · 0.45
EntitiesFromMTPFunction · 0.45

Calls 1

peerToUserFunction · 0.85

Tested by

no test coverage detected