public interface GroupChat extends Chat
| Modifier and Type | Method and Description |
|---|---|
default ChatType |
getType()
Gets the ChatType of this Chat
|
boolean |
isAllMembersAreAdministrators()
Used to get whether all of the members in the chat are administrators
|
boolean |
kickChatMember(int userId)
This method will kick the User with the specified User ID from the chat if they are currently in it
|
getBotInstance, getChatAdministrators, getChatMember, getChatMember, getChatMembersCount, getId, getName, leaveChat, sendMessage, sendMessagedefault ChatType getType()
boolean isAllMembersAreAdministrators()
boolean kickChatMember(int userId)
userId - The User ID of the User you want to kick from the chatCopyright © 2017. All rights reserved.