| Package | Description |
|---|---|
| org.isuper.telegram | |
| org.isuper.telegram.api |
| Modifier and Type | Method and Description |
|---|---|
ChatMember |
TelegramClient.getChatMember(String token,
String chatID,
long userID)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChatMember> |
TelegramClient.getChatAdministrators(String token,
String chatID)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<ApiResponse<List<ChatMember>>> |
TelegramBotApi.getChatAdministrators(String apiToken,
long chatId) |
retrofit2.Call<ApiResponse<List<ChatMember>>> |
TelegramBotApi.getChatAdministrators(String apiToken,
String chatId) |
retrofit2.Call<ApiResponse<ChatMember>> |
TelegramBotApi.getChatMember(String apiToken,
long chatId,
long userId) |
retrofit2.Call<ApiResponse<ChatMember>> |
TelegramBotApi.getChatMember(String apiToken,
String chatId,
long userId) |
Copyright © 2017 iSuper.org. All Rights Reserved.