startTyping method

Future<void> startTyping()

Starts typing.

Implementation

Future<void> startTyping() => this.client.httpEndpoints.triggerTyping(this.id);