- Enclosing class:
- TdApi
Informs the server about the number
of pending bot updates if they
haven't been processed for a long
time; for bots only.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The last error message.int
The number of pending updates. -
Constructor Summary
ConstructorDescriptionInforms the server about the number of pending bot updates if they haven't been processed for a long time; for bots only.SetBotUpdatesStatus
(int pendingUpdateCount, String errorMessage) Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only.SetBotUpdatesStatus
(DataInput input) Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
pendingUpdateCount
public int pendingUpdateCountThe number of pending updates. -
errorMessage
The last error message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetBotUpdatesStatus
public SetBotUpdatesStatus()Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only. ReturnsOk
-
SetBotUpdatesStatus
Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only. ReturnsOk
- Parameters:
pendingUpdateCount
- int The number of pending updates.errorMessage
- String The last error message.
-
SetBotUpdatesStatus
Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-