Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Telegram Groups interpreted as Channels #2282

Closed
aberenguel opened this issue Aug 7, 2024 · 1 comment · Fixed by #2283
Closed

Telegram Groups interpreted as Channels #2282

aberenguel opened this issue Aug 7, 2024 · 1 comment · Fixed by #2283
Assignees
Labels

Comments

@aberenguel
Copy link
Contributor

I'm working on a case that I've seen that PA decoded many chats as groups but IPED decoded as channels.
I've opened the Telegram in the mobile and saw that they were actually chats.

Analyzing the code, the groups has the flags broadcast as false and megagroup as true.

The following link has some details of the chat types:
https://core.telegram.org/api/channel

Despite the reference quote that "technically, supergroups are actually channels", in the app it is shown as groups.

@lfcnassif
Copy link
Member

lfcnassif commented Aug 7, 2024

Does it happen just on master or also on 4.1.6? Just to decide how to tag this, as bug or enhancement, not sure if Telegram Channel support was released yet...

lfcnassif added a commit that referenced this issue Aug 8, 2024
#2282: Telegram chat with flag 'megagroup' decoded as groups
@lfcnassif lfcnassif added bug and removed enhancement labels Dec 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants