Class TdApi.SetBotUpdatesStatus

Enclosing class:
TdApi

public static class TdApi.SetBotUpdatesStatus extends TdApi.Function<TdApi.Ok>
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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    The last error message.
    int
    The number of pending updates.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which informs 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)
    Creates a function, which 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

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • pendingUpdateCount

      public int pendingUpdateCount
      The number of pending updates.
    • errorMessage

      public String errorMessage
      The last error message.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SetBotUpdatesStatus

      public SetBotUpdatesStatus()
      Default constructor for a function, which 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

    • SetBotUpdatesStatus

      public SetBotUpdatesStatus(int pendingUpdateCount, String errorMessage)
      Creates a function, which 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

      Parameters:
      pendingUpdateCount - The number of pending updates.
      errorMessage - The last error message.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR