Package it.tdlight.jni
Class TdApi.GetChatStatisticsUrl
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetChatStatisticsUrl
- Enclosing class:
- TdApi
public static class TdApi.GetChatStatisticsUrl extends TdApi.Function
Returns an HTTP URL with the chat
statistics. Currently this method of
getting the statistics are disabled
and can be deleted in the future.
Returns HttpUrl
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
boolean
isDark
Pass true if a URL with the dark theme must be returned.String
parameters
Parameters for the request. -
Constructor Summary
Constructors Constructor Description GetChatStatisticsUrl()
Returns an HTTP URL with the chat statistics.GetChatStatisticsUrl(long chatId, String parameters, boolean isDark)
Returns an HTTP URL with the chat statistics.GetChatStatisticsUrl(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. -
parameters
Parameters for the request. -
isDark
public boolean isDarkPass true if a URL with the dark theme must be returned. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
GetChatStatisticsUrl
public GetChatStatisticsUrl()Returns an HTTP URL with the chat statistics. Currently this method of getting the statistics are disabled and can be deleted in the future.Returns
HttpUrl
-
GetChatStatisticsUrl
Returns an HTTP URL with the chat statistics. Currently this method of getting the statistics are disabled and can be deleted in the future.Returns
HttpUrl
- Parameters:
chatId
- long Chat identifier.parameters
- String Parameters for the request.isDark
- boolean Pass true if a URL with the dark theme must be returned.
-
GetChatStatisticsUrl
- 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()
-