java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatLocation
- Enclosing class:
- TdApi
Represents a location to which a chat is connected.
-
Field Summary
Modifier and TypeFieldDescriptionLocation address; 1-64 characters, as defined by the chat owner.static final int
The location. -
Constructor Summary
ConstructorDescriptionRepresents 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) Represents a location to which a chat is connected. -
Method Summary
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:
-
-
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
Represents a location to which a chat is connected.- 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()
-