samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

Get Group Chat Title #116

Closed nicksellis102 closed 8 years ago

nicksellis102 commented 8 years ago

I've been looking for a couple days now and have been unable to find a way to get the GroupChat title.

PrinzKenny1 commented 8 years ago

I have done it.. but the only Problem is that if you get the name and then change the name its shows the old name :/ Maybe its a bug. Here is the Code:

GroupChat g = (GroupChat) e.getChat(); String groupname = g.getTopic();

e is the MessageReceivedEvent ^^ I hope I can help you with this :)

nicksellis102 commented 8 years ago

Thanks, it works. but as you said it doesn't change.