- Enclosing class:
- TdApi
Returns approximate number of chats similar to the given chat.
Returns Count
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the target chat; must be an identifier of a channel chat.static final int
Identifier uniquely determining type of the object.boolean
Pass true to get the number of chats without sending network requests, or -1 if the number of chats is unknown locally. -
Constructor Summary
ConstructorDescriptionReturns approximate number of chats similar to the given chat.GetChatSimilarChatCount
(long chatId, boolean returnLocal) Returns approximate number of chats similar to the given chat.GetChatSimilarChatCount
(DataInput input) Returns approximate number of chats similar to the given chat. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 target chat; must be an identifier of a channel chat. -
returnLocal
public boolean returnLocalPass true to get the number of chats without sending network requests, or -1 if the number of chats is unknown locally. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetChatSimilarChatCount
public GetChatSimilarChatCount()Returns approximate number of chats similar to the given chat.Returns
Count
-
GetChatSimilarChatCount
public GetChatSimilarChatCount(long chatId, boolean returnLocal) Returns approximate number of chats similar to the given chat.Returns
Count
- Parameters:
chatId
- Identifier of the target chat; must be an identifier of a channel chat.returnLocal
- Pass true to get the number of chats without sending network requests, or -1 if the number of chats is unknown locally.Returns
Count
-
GetChatSimilarChatCount
Returns approximate number of chats similar to the given chat.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 classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-