Method | Description | |
---|---|---|
CreateComment ( string comment, string imageId, long parentId = null ) : Task |
||
Vote ( long commentId, string vote ) : Task |
public static CreateComment ( string comment, string imageId, long parentId = null ) : Task |
||
comment | string | |
imageId | string | |
parentId | long | |
return | Task |
public static Vote ( long commentId, string vote ) : Task |
||
commentId | long | |
vote | string | |
return | Task |