decline abstract method
- ChatId chatId
Declines the current OngoingCall in the specified chatId
by the
authenticated MyUser.
Implementation
Future<void> decline(ChatId chatId);
Declines the current OngoingCall in the specified chatId
by the
authenticated MyUser.
Future<void> decline(ChatId chatId);