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

Method demoteAdmin

tmp_admin/tmp_admin.ts:845–854  ·  view source on GitHub ↗
(client: any, channel: any, userEntity: any, originalRank?: string)

Source from the content-addressed store, hash-verified

843 adminRights: new Api.ChatAdminRights({}),
844 rank: originalRank || "",
845 })
846 );
847 }
848
849 private async sendReply(job: TempAdminJob, message: string): Promise<void> {
850 const baseOptions = {
851 message,
852 parseMode: "html" as const,
853 };
854
855 try {
856 await job.client.sendMessage(job.peerId, {
857 ...baseOptions,

Callers 2

removeTemporaryAdminMethod · 0.95
scheduleWithDelayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected