Module tdlight.api

Class TdApi.SearchMessagesFilterUnreadReaction

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

public static final class TdApi.SearchMessagesFilterUnreadReaction extends TdApi.SearchMessagesFilter
Returns only messages with unread reactions for the current user. 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

    • SearchMessagesFilterUnreadReaction

      public SearchMessagesFilterUnreadReaction()
      Returns only messages with unread reactions for the current user. When using this filter the results can't be additionally filtered by a query, a message thread or by the sending user.
    • SearchMessagesFilterUnreadReaction

      public SearchMessagesFilterUnreadReaction(DataInput input) throws IOException
      Returns only messages with unread reactions for the current user. 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