Telegram — List a group's members
Input
peerId requiredThe group's peer id, as returned by get_inbox (groups and channels are negative, e.g. "-5521853307"). A broadcast channel you do not administer has no member list and is refused.
Output
peerId requiredThe peer id that was actually opened, read back from the address bar.
members requiredThe member rows read from the panel, in the order the panel lists them.
complete requiredTrue when membersRead matches the total Telegram reports, so nothing was left unloaded. False means the list is partial — large groups load lazily and this reports the shortfall rather than passing off a truncated list as the whole membership.
membersRead requiredHow many member rows were actually read. Equal to members.length; kept as its own field so a short read is obvious next to membersCount.
verified_on_page requiredTrue when the members were read from a rendered member list, rather than an empty panel being reported as an empty group.
chatTitle optionalThe group's title — echo this to a human, since a peer id is not recognisable.
membersCount optionalThe member total Telegram reports on the group's profile, parsed from the digits in its own subtitle. Null when no number was shown. Compare with membersRead to see whether the list was fully loaded.
