removeCall static method
- ChatId chatId
Removes a call identified by the provided chatId
from the browser's
storage.
Implementation
static void removeCall(ChatId chatId) {
// No-op.
}
Removes a call identified by the provided chatId
from the browser's
storage.
static void removeCall(ChatId chatId) {
// No-op.
}