unfavoriteChat abstract method

Future<void> unfavoriteChat(
  1. ChatId id
)

Removes the specified Chat from the favorites list of the authenticated MyUser.

Implementation

Future<void> unfavoriteChat(ChatId id);