removeChatMember abstract method

Future<void> removeChatMember(
  1. ChatId chatId,
  2. UserId userId
)

Removes an User from a Chat-group by the authority of the authenticated MyUser.

Implementation

Future<void> removeChatMember(ChatId chatId, UserId userId);