public class UnbanChatMember extends java.lang.Object implements TelegramMethod<java.lang.Boolean>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
UnbanChatMember() |
| Modifier and Type | Method and Description |
|---|---|
UnbanChatMember |
chat(Chat chat) |
UnbanChatMember |
chat(java.lang.Long chatId) |
UnbanChatMember |
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<java.lang.Boolean> |
getReturnType()
Returns the return type of the method.
|
UnbanChatMember |
user(java.lang.Long userId) |
UnbanChatMember |
user(User user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public UnbanChatMember chat(java.lang.String chatUsername)
public UnbanChatMember chat(java.lang.Long chatId)
public UnbanChatMember chat(Chat chat)
public UnbanChatMember user(java.lang.Long userId)
public UnbanChatMember user(User user)
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<java.lang.Boolean>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<java.lang.Boolean>public java.lang.Class<java.lang.Boolean> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<java.lang.Boolean>