Class TdApi.RemovePendingLiveStoryReactions

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Function<TdApi.Ok>
org.drinkless.tdlib.TdApi.RemovePendingLiveStoryReactions
Enclosing class:
TdApi

public static class TdApi.RemovePendingLiveStoryReactions extends TdApi.Function<TdApi.Ok>
Removes all pending paid reactions in a live story group call.

Returns Ok

  • Field Details

    • groupCallId

      public int groupCallId
      Group call identifier.
    • CONSTRUCTOR

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

    • RemovePendingLiveStoryReactions

      public RemovePendingLiveStoryReactions()
      Default constructor for a function, which removes all pending paid reactions in a live story group call.

      Returns Ok

    • RemovePendingLiveStoryReactions

      public RemovePendingLiveStoryReactions(int groupCallId)
      Creates a function, which removes all pending paid reactions in a live story group call.

      Returns Ok

      Parameters:
      groupCallId - Group call identifier.
  • 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