MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / clearCache

Method clearCache

aban/aban.ts:684–686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

682 );
683
684 const p = participant.participant;
685 if (p instanceof Api.ChannelParticipantCreator) return true;
686 if (p instanceof Api.ChannelParticipantAdmin) {
687 const rights = p.adminRights;
688 return !!(rights?.banUsers || rights?.deleteMessages);
689 }

Callers 1

AbanPluginClass · 0.45

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected