Module tdlight.api

Class TdApi.UpdateUsersNearby

Enclosing class:
TdApi

public static final 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

  • 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 - ChatNearby[] The new list of users nearby.
    • UpdateUsersNearby

      public UpdateUsersNearby(DataInput input) throws IOException
      The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request.
      Throws:
      IOException
  • Method Details