Module tdlight.api

Class TdApi.GetChatArchivedStories

Enclosing class:
TdApi

public static final class TdApi.GetChatArchivedStories extends TdApi.Function<TdApi.Stories>
Returns the list of all stories posted by the given chat; requires canEditStories right in the chat. The stories are returned in a reverse chronological order (i.e., in order of decreasing storyId). For optimal performance, the number of returned stories is chosen by TDLib.

Returns Stories

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Chat identifier.
    static final int
    Identifier uniquely determining type of the object.
    int
    Identifier of the story starting from which stories must be returned; use 0 to get results from the last story.
    int
    The maximum number of stories to be returned For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Returns the list of all stories posted by the given chat; requires canEditStories right in the chat.
    GetChatArchivedStories(long chatId, int fromStoryId, int limit)
    Returns the list of all stories posted by the given chat; requires canEditStories right in the chat.
    Returns the list of all stories posted by the given chat; requires canEditStories right in the chat.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns an identifier uniquely determining type of the object.
    int
     
    void
    Serialize the TDLib class

    Methods inherited from class it.tdlight.jni.TdApi.Function

    toString

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • fromStoryId

      public int fromStoryId
      Identifier of the story starting from which stories must be returned; use 0 to get results from the last story.
    • limit

      public int limit
      The maximum number of stories to be returned For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.
    • CONSTRUCTOR

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

    • GetChatArchivedStories

      public GetChatArchivedStories()
      Returns the list of all stories posted by the given chat; requires canEditStories right in the chat. The stories are returned in a reverse chronological order (i.e., in order of decreasing storyId). For optimal performance, the number of returned stories is chosen by TDLib.

      Returns Stories

    • GetChatArchivedStories

      public GetChatArchivedStories(long chatId, int fromStoryId, int limit)
      Returns the list of all stories posted by the given chat; requires canEditStories right in the chat. The stories are returned in a reverse chronological order (i.e., in order of decreasing storyId). For optimal performance, the number of returned stories is chosen by TDLib.

      Returns Stories

      Parameters:
      chatId - Chat identifier.
      fromStoryId - Identifier of the story starting from which stories must be returned; use 0 to get results from the last story.
      limit - The maximum number of stories to be returned For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit.

      Returns Stories

    • GetChatArchivedStories

      public GetChatArchivedStories(DataInput input) throws IOException
      Returns the list of all stories posted by the given chat; requires canEditStories right in the chat. The stories are returned in a reverse chronological order (i.e., in order of decreasing storyId). For optimal performance, the number of returned stories is chosen by TDLib.

      Returns Stories

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • 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
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object