Skip to content

No way to list group/supergroup members #27

Description

@kfastov

Problem

groups members only has add and remove subcommands. There's no way to list current members of a group or supergroup.

Repro

tgcli groups members --help
# → Commands: add, remove
# No "list" command

Use case

For group analytics (sentiment analysis, project discovery, user profiling), knowing who the participants are is essential. Telegram API supports channels.getParticipants for this.

Expected

tgcli groups members list --chat <group-id> [--limit N] [--json]
# → list of members with id, username, displayName, role (admin/member/etc)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions