Module tdlight.api

Class TdApi.SearchMessagesFilterUnreadMention

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.SearchMessagesFilter
it.tdlight.jni.TdApi.SearchMessagesFilterUnreadMention
Enclosing class:
TdApi

public static final class TdApi.SearchMessagesFilterUnreadMention extends TdApi.SearchMessagesFilter
Returns only messages with unread mentions of the current user, or messages that are replies to their messages. When using this filter the results can't be additionally filtered by a query, a message thread or by the sending user.
  • Field Details

  • Constructor Details

    • SearchMessagesFilterUnreadMention

      public SearchMessagesFilterUnreadMention()
      Returns only messages with unread mentions of the current user, or messages that are replies to their messages. When using this filter the results can't be additionally filtered by a query, a message thread or by the sending user.
    • SearchMessagesFilterUnreadMention

      public SearchMessagesFilterUnreadMention(DataInput input) throws IOException
      Returns only messages with unread mentions of the current user, or messages that are replies to their messages. When using this filter the results can't be additionally filtered by a query, a message thread or by the sending user.
      Throws:
      IOException
  • Method Details