| Modifier and Type | Method and Description |
|---|---|
List<User> |
IBotAPI.getChatUsers(long chatId) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
TelegramBotAPI.getChatUsers(long chatId) |
List<User> |
BaseBotAPI.getChatUsers(long chatId) |
List<User> |
DiscordBotAPI.getChatUsers(long chatId) |
| Modifier and Type | Method and Description |
|---|---|
User |
DiscordUpdate.getOtherUser() |
User |
DiscordUpdate.getUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
IUpdate.getOtherUser() |
User |
IUpdate.getUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
TelegramUpdate.getOtherUser() |
User |
TelegramUpdate.getUser() |
Copyright © 2022. All rights reserved.