Skip to main content

sdk.AWF_IComments

Implemented by

Methods

addComment

addComment(opt): unknown

Parameters

NameType
optObject
opt.commentObject
opt.comment.mentions?string[]
opt.comment.postIDstring
opt.comment.replyTo?string
opt.comment.tags?string[]
opt.dataDataProviderInput[]

Returns

unknown

Defined in

sdk/typings/lib/interfaces/posts.d.ts:50


editComment

editComment(opt): unknown

Parameters

NameType
optObject
opt.commentObject
opt.comment.mentions?string[]
opt.comment.postIDstring
opt.comment.replyTo?string
opt.comment.tags?string[]
opt.commentIDstring
opt.dataDataProviderInput[]

Returns

unknown

Defined in

sdk/typings/lib/interfaces/posts.d.ts:59


getComment

getComment(commentID): unknown

Parameters

NameType
commentIDstring

Returns

unknown

Defined in

sdk/typings/lib/interfaces/posts.d.ts:44


getComments

getComments(opt): unknown

Parameters

NameType
optObject
opt.limitnumber
opt.offset?string
opt.postIDstring

Returns

unknown

Defined in

sdk/typings/lib/interfaces/posts.d.ts:45


removeComment

removeComment(commentID): unknown

Parameters

NameType
commentIDstring

Returns

unknown

Defined in

sdk/typings/lib/interfaces/posts.d.ts:69