Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

get channel or group admin #391

Closed
milad145 opened this issue Aug 3, 2017 · 4 comments
Closed

get channel or group admin #391

milad145 opened this issue Aug 3, 2017 · 4 comments
Labels

Comments

@milad145
Copy link

milad145 commented Aug 3, 2017

how can i find channel or group admins

@milad145
Copy link
Author

milad145 commented Aug 3, 2017

or when somebody send a message to bot
by from.id , chat.id can we know that he/she is admin of channel or no

@wojpawlik
Copy link
Contributor

@milad145 sure. use getChatMember to obtain user's status.
Or, if you want to get all admins, there's method for that too, getChatAdministrators.

@milad145 milad145 closed this as completed Aug 3, 2017
@milad145
Copy link
Author

milad145 commented Aug 3, 2017

@GingerPlusPlus
thank you
it was helpfull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
@GochoMugo @milad145 @wojpawlik and others