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 don't think Telegram servers themselves support it. I would rather ignore any incoming requests from 1087968824 and 777000 to avoid user data leak or undefined behavior.
@Sarisan The problem is, because of the "Anonymous Admin" feature, I can't add an admin command in a group.
Because I have no way of knowing if the user is an admin or not.
Maybe providing a is_group_admin property with the Update would be lot better than the classical approach.
I want to implement a "Admin only" feature in a group.
Here's the scenario. "X" is an Anonymous Group Admin.
/settings
[ Bot gets1087968824
as theuser.id
]user.id
eg.5596148289
and not1087968824
]Now, there is no way for the bot to determine if the user who pressed the button is a group admin or not.
If when pressed the button, it returned
1087968824
as theuser.id
, it wouldn't have been a problem.Is there any other workaround for this?
Note:
1087968824
is the userID of Group Anonymous BotThe text was updated successfully, but these errors were encountered: