Package org.drinkless.tdlib
Class TdApi.ChatsNearby
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.ChatNearby[]supergroupsNearbyList of location-based supergroups nearby.TdApi.ChatNearby[]usersNearbyList 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
usersNearby
public TdApi.ChatNearby[] usersNearby
List of users nearby.
-
supergroupsNearby
public TdApi.ChatNearby[] supergroupsNearby
List of location-based supergroups nearby.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ChatsNearby
public ChatsNearby()
Represents a list of chats located nearby.
-
ChatsNearby
public ChatsNearby(TdApi.ChatNearby[] usersNearby, TdApi.ChatNearby[] supergroupsNearby)
Represents a list of chats located nearby.- Parameters:
usersNearby- List of users nearby.supergroupsNearby- List of location-based supergroups nearby.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-