Package it.tdlight.jni
Class TdApi.ChatActionBarReportUnrelatedLocation
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatActionBar
it.tdlight.jni.TdApi.ChatActionBarReportUnrelatedLocation
- Enclosing class:
- TdApi
public static class TdApi.ChatActionBarReportUnrelatedLocation extends TdApi.ChatActionBar
The chat is a location-based supergroup,
which can be reported as having
unrelated location using the method
reportChat with the reason chatReportReasonUnrelatedLocation.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description ChatActionBarReportUnrelatedLocation()
The chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation.ChatActionBarReportUnrelatedLocation(DataInput input)
The chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation. -
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.Object
serialize, toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatActionBarReportUnrelatedLocation
public ChatActionBarReportUnrelatedLocation()The chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation. -
ChatActionBarReportUnrelatedLocation
The chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation.- 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()
-