Class TdApi.GetChatMessageCount

Enclosing class:
TdApi

public static class TdApi.GetChatMessageCount
extends TdApi.Function
Returns approximate number of messages of the specified type in the chat.

Returns Count

  • Field Details

    • chatId

      public long chatId
      Identifier of the chat in which to count messages.
    • filter

      Filter for message content; searchMessagesFilterEmpty is unsupported in this function.
    • returnLocal

      public boolean returnLocal
      If true, returns count that is available locally without sending network requests, returning -1 if the number of messages is unknown.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetChatMessageCount

      public GetChatMessageCount()
      Returns approximate number of messages of the specified type in the chat.

      Returns Count

    • GetChatMessageCount

      public GetChatMessageCount​(long chatId, TdApi.SearchMessagesFilter filter, boolean returnLocal)
      Returns approximate number of messages of the specified type in the chat.

      Returns Count

      Parameters:
      chatId - long Identifier of the chat in which to count messages.
      filter - SearchMessagesFilter Filter for message content; searchMessagesFilterEmpty is unsupported in this function.
      returnLocal - boolean If true, returns count that is available locally without sending network requests, returning -1 if the number of messages is unknown.
    • GetChatMessageCount

      public GetChatMessageCount​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details