Chatting extension

on

Methods

chat(String contactId, {String? text, Map<String, dynamic>? resource}) Future<Chat>

Available on Session, provided by the Chatting extension

conversation(String contactId, {DateTime? before, int? take}) Future<Iterable<Chat>>

Available on Session, provided by the Chatting extension

seen(String contactId) Future

Available on Session, provided by the Chatting extension

typing(String contactId) Future

Available on Session, provided by the Chatting extension