Module tdlight.api

Class TdApi.GetChatMessagePosition

Enclosing class:
TdApi

public static final class TdApi.GetChatMessagePosition extends TdApi.Function<TdApi.Count>
Returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat. Cannot be used in secret chats.

Returns Count

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Identifier of the chat in which to find message position.
    static final int
    Identifier uniquely determining type of the object.
    Filter for message content; searchMessagesFilterEmpty, searchMessagesFilterUnreadMention, searchMessagesFilterUnreadReaction, and searchMessagesFilterFailedToSend are unsupported in this function.
    long
    Message identifier.
    long
    If not 0, only messages in the specified thread will be considered; supergroups only.
    long
    If not 0, only messages in the specified Saved Messages topic will be considered; pass 0 to consider all relevant messages, or for chats other than Saved Messages.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat.
    GetChatMessagePosition(long chatId, long messageId, TdApi.SearchMessagesFilter filter, long messageThreadId, long savedMessagesTopicId)
    Returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat.
    Returns approximate 1-based position of a message among messages, which can be found by the specified filter 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
      Identifier of the chat in which to find message position.
    • messageId

      public long messageId
      Message identifier.
    • filter

      Filter for message content; searchMessagesFilterEmpty, searchMessagesFilterUnreadMention, searchMessagesFilterUnreadReaction, and searchMessagesFilterFailedToSend are unsupported in this function.
    • messageThreadId

      public long messageThreadId
      If not 0, only messages in the specified thread will be considered; supergroups only.
    • savedMessagesTopicId

      public long savedMessagesTopicId
      If not 0, only messages in the specified Saved Messages topic will be considered; pass 0 to consider all relevant messages, or for chats other than Saved Messages.
    • CONSTRUCTOR

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

    • GetChatMessagePosition

      public GetChatMessagePosition()
      Returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat. Cannot be used in secret chats.

      Returns Count

    • GetChatMessagePosition

      public GetChatMessagePosition(long chatId, long messageId, TdApi.SearchMessagesFilter filter, long messageThreadId, long savedMessagesTopicId)
      Returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat. Cannot be used in secret chats.

      Returns Count

      Parameters:
      chatId - Identifier of the chat in which to find message position.
      messageId - Message identifier.
      filter - Filter for message content; searchMessagesFilterEmpty, searchMessagesFilterUnreadMention, searchMessagesFilterUnreadReaction, and searchMessagesFilterFailedToSend are unsupported in this function.
      messageThreadId - If not 0, only messages in the specified thread will be considered; supergroups only.
      savedMessagesTopicId - If not 0, only messages in the specified Saved Messages topic will be considered; pass 0 to consider all relevant messages, or for chats other than Saved Messages.

      Returns Count

    • GetChatMessagePosition

      public GetChatMessagePosition(DataInput input) throws IOException
      Returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat. Cannot be used in secret chats.

      Returns Count

      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