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

Method getErrorReason

aban/aban.ts:718–722  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

716 })
717 );
718
719 const p = participant.participant;
720 return (
721 p instanceof Api.ChannelParticipantCreator ||
722 p instanceof Api.ChannelParticipantAdmin
723 );
724 } catch (error) {
725 return false;

Callers 3

batchBanUserMethod · 0.95
attemptMethod · 0.95
batchUnbanUserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected