Class TdApi.UpdateLiveStoryTopDonors

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

public static class TdApi.UpdateLiveStoryTopDonors extends TdApi.Update
The list of top donors in live story group call has changed.
  • Field Details

    • groupCallId

      public int groupCallId
      Identifier of the group call.
    • donors

      public TdApi.LiveStoryDonors donors
      New list of live story donors.
    • CONSTRUCTOR

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

    • UpdateLiveStoryTopDonors

      public UpdateLiveStoryTopDonors()
      The list of top donors in live story group call has changed.
    • UpdateLiveStoryTopDonors

      public UpdateLiveStoryTopDonors(int groupCallId, TdApi.LiveStoryDonors donors)
      The list of top donors in live story group call has changed.
      Parameters:
      groupCallId - Identifier of the group call.
      donors - New list of live story donors.
  • 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