keepTyping abstract method

Stream keepTyping(
  1. ChatId id
)

Notifies ChatMembers about the authenticated MyUser typing in the specified Chat at the moment.

Implementation

Stream<dynamic> keepTyping(ChatId id);