pingCall static method

void pingCall(
  1. ChatId chatId
)

Ensures a call in the provided chatId is considered active the browser's storage.

Implementation

static void pingCall(ChatId chatId) {
  // No-op.
}