Package it.tdlight.jni
Class TdApi.ChatLocation
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatLocation
- Enclosing class:
- TdApi
public static class TdApi.ChatLocation extends TdApi.Object
Represents a location to which a chat is connected.
-
Field Summary
Fields Modifier and Type Field Description String
address
Location address; 1-64 characters, as defined by the chat owner.static int
CONSTRUCTOR
TdApi.Location
location
The location. -
Constructor Summary
Constructors Constructor Description ChatLocation()
Represents a location to which a chat is connected.ChatLocation(TdApi.Location location, String address)
Represents a location to which a chat is connected.ChatLocation(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.Object
serialize, toString
-
Field Details
-
location
The location. -
address
Location address; 1-64 characters, as defined by the chat owner. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatLocation
public ChatLocation()Represents a location to which a chat is connected. -
ChatLocation
Represents a location to which a chat is connected.- Parameters:
location
- Location The location.address
- String Location address; 1-64 characters, as defined by the chat owner.
-
ChatLocation
- 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()
-