You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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...
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 andmegagroup
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.
The text was updated successfully, but these errors were encountered: