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

Function hasNonOtherAdminRights

tmp_admin/tmp_admin.ts:291–294  ·  view source on GitHub ↗
(rights?: any)

Source from the content-addressed store, hash-verified

289function isTemporaryAdminParticipant(participant?: any): boolean {
290 return (
291 participant instanceof Api.ChannelParticipantAdmin &&
292 (participant as any).rank === tempTitle &&
293 !hasNonOtherAdminRights((participant as any).adminRights)
294 );
295}
296
297function getParticipantRank(participant?: any): string {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected