remove abstract method

Rx<OngoingCall>? remove(
  1. ChatId chatId
)

Ends an OngoingCall happening in the Chat identified by the provided chatId.

Implementation

Rx<OngoingCall>? remove(ChatId chatId);