Class TdApi.UpdateUsersNearby

Enclosing class:
TdApi

public static class TdApi.UpdateUsersNearby extends TdApi.Update
The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request.
  • Field Details

    • usersNearby

      public TdApi.ChatNearby[] usersNearby
      The new list of users nearby.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • UpdateUsersNearby

      public UpdateUsersNearby()
      The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request.
    • UpdateUsersNearby

      public UpdateUsersNearby(TdApi.ChatNearby[] usersNearby)
      The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request.
      Parameters:
      usersNearby - The new list of users 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