angelobl

Results 3 comments of angelobl

Does this work on apps on the Play store with Google managed signing?

> You could use https://gram.js.org/tl/channels/GetParticipant for that I was using getParticipants but dont see any field that shows admin rights ``` const result = await client.invoke( new Api.channels.GetParticipants({ channel: "channel",...

> you need getParticipant not getParticipantSS So I would have to call that for every member in the group to find the admin? Is there any way to just get...