decline abstract method

Future<void> decline(
  1. ChatId chatId
)

Declines the current OngoingCall in the specified chatId by the authenticated MyUser.

Implementation

Future<void> decline(ChatId chatId);