itsjunetime / smserver

An app to allow Jailbroken iPhones to send texts & attachments from their browser
GNU General Public License v3.0
157 stars 26 forks source link

Is it possible to get the list of members in a group? #130

Open SixDigitCode opened 3 years ago

SixDigitCode commented 3 years ago

I checked the API and I couldn't find a way to query the list of members in a group chat, and it appears the web client doesn't let you view the participants either. Is this functionality supported by SMServer?

Thanks!

itsjunetime commented 3 years ago

Unfortunately not. It's something that I've been meaning to do for a while, but just haven't gotten around to actually adding in. I hope that I can add it into the next version, though.

SixDigitCode commented 3 years ago

Great! Thank you so much!

itsjunetime commented 3 years ago

As of this commit, the requests?chats section of the API additionally sends back info about the members of each group. I haven't yet updated the documentation on that branch, though, so I'd suggest against trying to build it yourself until I get that done.