- 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
FieldsModifier and TypeFieldDescriptionstatic final intThe last error message.intThe number of pending updates. -
Constructor Summary
ConstructorsConstructorDescriptionInforms 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
toStringMethods 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-