Module tdlight.api

Class TdApi.ChatsNearby

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatsNearby
Enclosing class:
TdApi

public static final class TdApi.ChatsNearby extends TdApi.Object
Represents a list of chats located nearby.
  • Field Details

  • Constructor Details

    • 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 - ChatNearby[] List of users nearby.
      supergroupsNearby - ChatNearby[] List of location-based supergroups nearby.
    • ChatsNearby

      public ChatsNearby(DataInput input) throws IOException
      Represents a list of chats located nearby.
      Throws:
      IOException
  • Method Details