Class TdApi.UpdateStakeDiceState

Enclosing class:
TdApi

public static class TdApi.UpdateStakeDiceState extends TdApi.Update
The stake dice state has changed.
  • Field Details

    • state

      public TdApi.StakeDiceState state
      The new state. The state can be used only if it was received recently enough. Otherwise, a new state must be requested using getStakeDiceState.
    • CONSTRUCTOR

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

    • UpdateStakeDiceState

      public UpdateStakeDiceState()
      The stake dice state has changed.
    • UpdateStakeDiceState

      public UpdateStakeDiceState(TdApi.StakeDiceState state)
      The stake dice state has changed.
      Parameters:
      state - The new state. The state can be used only if it was received recently enough. Otherwise, a new state must be requested using getStakeDiceState.
  • 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