operator [] abstract method
- ChatId chatId
Returns reactive OngoingCall if there's any identified by chatId
.
Implementation
Rx<OngoingCall>? operator [](ChatId chatId);
Returns reactive OngoingCall if there's any identified by chatId
.
Rx<OngoingCall>? operator [](ChatId chatId);