operator [] abstract method

Rx<OngoingCall>? operator [](
  1. ChatId chatId
)

Returns reactive OngoingCall if there's any identified by chatId.

Implementation

Rx<OngoingCall>? operator [](ChatId chatId);