Class TdApi.UpdateNewGroupCallPaidReaction

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateNewGroupCallPaidReaction
Enclosing class:
TdApi

public static class TdApi.UpdateNewGroupCallPaidReaction extends TdApi.Update
A new paid reaction was received in a live story group call.
  • Field Details

    • groupCallId

      public int groupCallId
      Identifier of the group call.
    • senderId

      public TdApi.MessageSender senderId
      Identifier of the sender of the reaction.
    • starCount

      public long starCount
      The number of Telegram Stars that were paid to send the reaction.
    • CONSTRUCTOR

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

    • UpdateNewGroupCallPaidReaction

      public UpdateNewGroupCallPaidReaction()
      A new paid reaction was received in a live story group call.
    • UpdateNewGroupCallPaidReaction

      public UpdateNewGroupCallPaidReaction(int groupCallId, TdApi.MessageSender senderId, long starCount)
      A new paid reaction was received in a live story group call.
      Parameters:
      groupCallId - Identifier of the group call.
      senderId - Identifier of the sender of the reaction.
      starCount - The number of Telegram Stars that were paid to send the reaction.
  • 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