(action: string)
| 1234 | failed: groups.length, |
| 1235 | failedGroups: groups.map((group) => group.title), |
| 1236 | unresolved: true, |
| 1237 | unresolvedReason: this.getErrorReason(error), |
| 1238 | }; |
| 1239 | } |
| 1240 | |
| 1241 | const rights = new Api.ChatBannedRights({ |
| 1242 | untilDate: 0, |
| 1243 | }); |
| 1244 | |
| 1245 | const limit = (await ensurePLimit())(4); |