public static class TdApi.ChatLocation extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
address
Location address; 1-64 characters, as defined by the chat owner.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.Location |
location
The location.
|
| Constructor and Description |
|---|
ChatLocation()
Represents a location to which a chat is connected.
|
ChatLocation(TdApi.Location location,
java.lang.String address)
Represents a location to which a chat is connected.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Location location
public java.lang.String address
public static final int CONSTRUCTOR
public ChatLocation()
public ChatLocation(TdApi.Location location, java.lang.String address)
location - The location.address - Location address; 1-64 characters, as defined by the chat owner.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object