java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatsNearby
- Enclosing class:
- TdApi
Represents a list of chats located nearby.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
List of location-based supergroups nearby.List of users nearby. -
Constructor Summary
ConstructorDescriptionRepresents a list of chats located nearby.ChatsNearby
(TdApi.ChatNearby[] usersNearby, TdApi.ChatNearby[] supergroupsNearby) Represents a list of chats located nearby.ChatsNearby
(DataInput input) Represents a list of chats located nearby. -
Method Summary
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:
-
-
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
Represents a list of chats located nearby.- 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()
-