(chatId: any)
| 480 | const channel = await resolveChannelInput(client, group); |
| 481 | const res: any = await client.invoke( |
| 482 | new Api.channels.GetParticipant({ |
| 483 | channel: channel as any, |
| 484 | participant: new Api.InputPeerUser({ |
| 485 | userId: bigInt(userId), |
| 486 | accessHash: bigInt(0), |
| 487 | }), |
no outgoing calls
no test coverage detected