Class TdApi.ChatsNearby

java.lang.Object
dev.voroby.springframework.telegram.client.TdApi.Object
dev.voroby.springframework.telegram.client.TdApi.ChatsNearby
Enclosing class:
TdApi

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

    • 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:
  • 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 - List of users nearby.
      supergroupsNearby - List of location-based supergroups nearby.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR