hideChat abstract method

Future<void> hideChat(
  1. ChatId id
)

Marks the specified Chat as hidden for the authenticated MyUser.

Implementation

Future<void> hideChat(ChatId id);