Package it.tdlight.jni
Class TdApi.GetChatStatistics
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetChatStatistics
- Enclosing class:
- TdApi
public static class TdApi.GetChatStatistics extends TdApi.Function
Returns detailed statistics about a
chat. Currently this method can be
used only for supergroups and channels.
Can be used only if
SupergroupFullInfo.canGetStatistics == true.
Returns ChatStatistics
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
boolean
isDark
Pass true if a dark theme is used by the application. -
Constructor Summary
Constructors Constructor Description GetChatStatistics()
Returns detailed statistics about a chat.GetChatStatistics(long chatId, boolean isDark)
Returns detailed statistics about a chat.GetChatStatistics(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 chatIdChat identifier. -
isDark
public boolean isDarkPass true if a dark theme is used by the application. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetChatStatistics
public GetChatStatistics()Returns detailed statistics about a chat. Currently this method can be used only for supergroups and channels. Can be used only if SupergroupFullInfo.canGetStatistics == true.Returns
ChatStatistics
-
GetChatStatistics
public GetChatStatistics(long chatId, boolean isDark)Returns detailed statistics about a chat. Currently this method can be used only for supergroups and channels. Can be used only if SupergroupFullInfo.canGetStatistics == true.Returns
ChatStatistics
- Parameters:
chatId
- long Chat identifier.isDark
- boolean Pass true if a dark theme is used by the application.
-
GetChatStatistics
- 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()
-