public class SetGameScore extends java.lang.Object implements TelegramMethod<java.io.Serializable>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
SetGameScore() |
| Modifier and Type | Method and Description |
|---|---|
SetGameScore |
callbackQuery(CallbackQuery callbackQuery) |
SetGameScore |
disableEdit() |
SetGameScore |
disableEdit(java.lang.Boolean disableEdit) |
SetGameScore |
force() |
SetGameScore |
force(java.lang.Boolean force) |
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 java.io.Serializable> |
getReturnType()
Returns the return type of the method.
|
SetGameScore |
inlineMessage(java.lang.String inlineMessageId) |
SetGameScore |
message(java.lang.Long messageId) |
SetGameScore |
message(Message message) |
SetGameScore |
score(java.lang.Integer score) |
SetGameScore |
user(java.lang.Long userId) |
SetGameScore |
user(User user) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFilespublic static final java.lang.String NAME
public SetGameScore user(java.lang.Long userId)
public SetGameScore user(User user)
public SetGameScore score(java.lang.Integer score)
public SetGameScore force(java.lang.Boolean force)
public SetGameScore force()
public SetGameScore disableEdit(java.lang.Boolean disableEdit)
public SetGameScore disableEdit()
public SetGameScore message(java.lang.Long messageId)
public SetGameScore message(Message message)
public SetGameScore inlineMessage(java.lang.String inlineMessageId)
public SetGameScore callbackQuery(CallbackQuery callbackQuery)
public java.lang.String getName()
TelegramMethodgetName in interface TelegramMethod<java.io.Serializable>public java.util.Map<java.lang.String,java.lang.Object> getParameters()
TelegramMethodgetParameters in interface TelegramMethod<java.io.Serializable>public java.lang.Class<? extends java.io.Serializable> getReturnType()
TelegramMethodgetReturnType in interface TelegramMethod<java.io.Serializable>