public class GetChatAdministrators extends java.lang.Object implements TelegramMethod<ChatMember[]>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
GetChatAdministrators() |
| Modifier and Type | Method and Description |
|---|---|
GetChatAdministrators |
chat(Chat chat) |
GetChatAdministrators |
chat(java.lang.Long chatId) |
GetChatAdministrators |
chat(java.lang.String chatUsername) |
java.lang.String |
getName()
Returns the name of the method.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Return the parameters of the method.
|
java.lang.Class<? extends ChatMember[]> |
getReturnType()
Returns the return type of the method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public GetChatAdministrators chat(java.lang.String chatUsername)
public GetChatAdministrators chat(java.lang.Long chatId)
public GetChatAdministrators chat(Chat chat)
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<ChatMember[]>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<ChatMember[]>public java.lang.Class<? extends ChatMember[]> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<ChatMember[]>