| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat | |
| pro.zackpollard.telegrambot.api.internal.chat |
| Modifier and Type | Method and Description |
|---|---|
default ChatMember |
Chat.getChatMember(long userID)
Gets the ChatMember object for a specific user based on their ID in respect to this chat
|
default ChatMember |
Chat.getChatMember(User user)
Gets the ChatMember object for a specific User in respect to this chat
|
| Modifier and Type | Method and Description |
|---|---|
default List<ChatMember> |
Chat.getChatAdministrators()
Gets a List of ChatMember objects for all the people who are admin in the chat
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChatMemberImpl |
| Modifier and Type | Method and Description |
|---|---|
static ChatMember |
ChatMemberImpl.createChatMember(org.json.JSONObject jsonObject) |
Copyright © 2017. All rights reserved.