Package it.tdlight.jni
Class TdApi.ChatsNearby
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatsNearby
- Enclosing class:
- TdApi
public static class TdApi.ChatsNearby extends TdApi.Object
Represents a list of chats located nearby.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.ChatNearby[]
supergroupsNearby
List of location-based supergroups nearby.TdApi.ChatNearby[]
usersNearby
List of users nearby. -
Constructor Summary
Constructors Constructor Description ChatsNearby()
Represents a list of chats located nearby.ChatsNearby(TdApi.ChatNearby[] usersNearby, TdApi.ChatNearby[] supergroupsNearby)
Represents a list of chats located nearby.ChatsNearby(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
-
usersNearby
List of users nearby. -
supergroupsNearby
List of location-based supergroups nearby. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChatsNearby
public ChatsNearby()Represents a list of chats located nearby. -
ChatsNearby
Represents a list of chats located nearby.- Parameters:
usersNearby
- ChatNearby[] List of users nearby.supergroupsNearby
- ChatNearby[] List of location-based supergroups nearby.
-
ChatsNearby
- 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()
-