Class TdApi.PublicForwards

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.PublicForwards
Enclosing class:
TdApi

public static class TdApi.PublicForwards extends TdApi.Object
Represents a list of public forwards and reposts as a story of a message or a story.
  • Field Details

    • totalCount

      public int totalCount
      Approximate total number of messages and stories found.
    • forwards

      public TdApi.PublicForward[] forwards
      List of found public forwards and reposts.
    • nextOffset

      public String nextOffset
      The offset for the next request. If empty, then there are no more results.
    • CONSTRUCTOR

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

    • PublicForwards

      public PublicForwards()
      Represents a list of public forwards and reposts as a story of a message or a story.
    • PublicForwards

      public PublicForwards(int totalCount, TdApi.PublicForward[] forwards, String nextOffset)
      Represents a list of public forwards and reposts as a story of a message or a story.
      Parameters:
      totalCount - Approximate total number of messages and stories found.
      forwards - List of found public forwards and reposts.
      nextOffset - The offset for the next request. If empty, then there are no more results.
  • 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