Module tdlight.api

Class TdApi.GetSavedMessagesTopicHistory

Enclosing class:
TdApi

public static final class TdApi.GetSavedMessagesTopicHistory extends TdApi.Function<TdApi.Messages>
Returns messages in a Saved Messages topic. The messages are returned in a reverse chronological order (i.e., in order of decreasing messageId).

Returns Messages

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    long
    Identifier of the message starting from which messages must be fetched; use 0 to get results from the last message.
    int
    The maximum number of messages to be returned; must be positive and can't be greater than 100.
    int
    Specify 0 to get results from exactly the message fromMessageId or a negative offset up to 99 to get additionally some newer messages.
    long
    Identifier of Saved Messages topic which messages will be fetched.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Returns messages in a Saved Messages topic.
    GetSavedMessagesTopicHistory(long savedMessagesTopicId, long fromMessageId, int offset, int limit)
    Returns messages in a Saved Messages topic.
    Returns messages in a Saved Messages topic.
  • 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

    • savedMessagesTopicId

      public long savedMessagesTopicId
      Identifier of Saved Messages topic which messages will be fetched.
    • fromMessageId

      public long fromMessageId
      Identifier of the message starting from which messages must be fetched; use 0 to get results from the last message.
    • offset

      public int offset
      Specify 0 to get results from exactly the message fromMessageId or a negative offset up to 99 to get additionally some newer messages.
    • limit

      public int limit
      The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, the limit must be greater than or equal to -offset. For optimal performance, the number of returned messages 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

    • GetSavedMessagesTopicHistory

      public GetSavedMessagesTopicHistory()
      Returns messages in a Saved Messages topic. The messages are returned in a reverse chronological order (i.e., in order of decreasing messageId).

      Returns Messages

    • GetSavedMessagesTopicHistory

      public GetSavedMessagesTopicHistory(long savedMessagesTopicId, long fromMessageId, int offset, int limit)
      Returns messages in a Saved Messages topic. The messages are returned in a reverse chronological order (i.e., in order of decreasing messageId).

      Returns Messages

      Parameters:
      savedMessagesTopicId - Identifier of Saved Messages topic which messages will be fetched.
      fromMessageId - Identifier of the message starting from which messages must be fetched; use 0 to get results from the last message.
      offset - Specify 0 to get results from exactly the message fromMessageId or a negative offset up to 99 to get additionally some newer messages.
      limit - The maximum number of messages to be returned; must be positive and can't be greater than 100. If the offset is negative, the limit must be greater than or equal to -offset. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit.

      Returns Messages

    • GetSavedMessagesTopicHistory

      public GetSavedMessagesTopicHistory(DataInput input) throws IOException
      Returns messages in a Saved Messages topic. The messages are returned in a reverse chronological order (i.e., in order of decreasing messageId).

      Returns Messages

      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