File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ const request = require('./request').request;
44const AV = require ( './av' ) ;
55
66/**
7- * @class AV.Conversation
87 * <p>An AV.Conversation is a local representation of a LeanCloud realtime's
98 * conversation. This class is a subclass of AV.Object, and retains the
109 * same functionality of an AV.Object, but also extends it with various
1110 * conversation specific methods, like get members, creators of this conversation.
1211 * </p>
1312 *
13+ * @class AV.Conversation
1414 * @param {String } name The name of the Role to create.
1515 * @param {Boolean } [options.isSystem] Set this conversation as system conversation.
1616 * @param {Boolean } [options.isTransient] Set this conversation as transient conversation.
You can’t perform that action at this time.
0 commit comments