Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Here is what I dug up
GetChatMember getMember = new GetChatMember();
getMember.setChatId(the_id_of_the_chat); //like the id of the group
getMember.setUserId(user_id); //the id of the specific user
//since the API method GetChatMember is returning a ChatMember object on succes,
// you can try to retrieve it
ChatMember theChatMember = execute(getMember);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question