Package it.tdlight.jni
Class TdApi.GetChatMessageCount
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.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 Summary
Fields Modifier and Type Field Description long
chatId
Identifier of the chat in which to count messages.static int
CONSTRUCTOR
TdApi.SearchMessagesFilter
filter
Filter for message content; searchMessagesFilterEmpty is unsupported in this function.boolean
returnLocal
If true, returns count that is available locally without sending network requests, returning -1 if the number of messages is unknown. -
Constructor Summary
Constructors Constructor Description GetChatMessageCount()
Returns approximate number of messages of the specified type in the chat.GetChatMessageCount(long chatId, TdApi.SearchMessagesFilter filter, boolean returnLocal)
Returns approximate number of messages of the specified type in the chat.GetChatMessageCount(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdIdentifier of the chat in which to count messages. -
filter
Filter for message content; searchMessagesFilterEmpty is unsupported in this function. -
returnLocal
public boolean returnLocalIf 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
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
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-