operator []= abstract method
- ChatId chatId,
- Rx<
OngoingCall> call
Replaces the value of OngoingCall identified by chatId to call.
Implementation
void operator []=(ChatId chatId, Rx<OngoingCall> call);
Replaces the value of OngoingCall identified by chatId to call.
void operator []=(ChatId chatId, Rx<OngoingCall> call);