We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abstract momentSignature (signature?: string) : Promise<boolean | string> abstract momentCoverage (image: FileBox) : Promise<boolean> abstract postTextMoment (content: string, visibleList?: string[]) : Promise<string> abstract postLinkMoment (urlLinkPayload: UrlLinkPayload, content?: string) : Promise<string> abstract postImageMoment (images: FileBox[], content?: string) : Promise<string> abstract momentPayload (id: string) : Promise<MomentPayload>
abstract momentList (option?: MomentListOption) : Promise<string[]> abstract revokeMoment (id: string) : Promise<boolean> abstract likeMoment (id: string) : Promise<boolean> abstract revokeLikeMoment (id: string) : Promise<boolean> abstract commentMoment (id: string, comment: string, commentId?: string) : Promise<string> abstract revokeCommentMoment (commentId: string) : Promise<boolean>
export interface MomentPayload { authorId: string, content?: string, urlLink?: UrlLinkPayload, images?: FileBox[], id: string, createTime: number, updateTime: number, } export interface MomentListOption { authorId?: string, momentId?: string, page?: number, }
The text was updated successfully, but these errors were encountered:
Related issue: wechaty/wechaty#1880
Sorry, something went wrong.
The moments API will be implemented by
Do we need to keep this issue open for the moment related apis?
No branches or pull requests
Methods List Supported by WxWork
Other Methods Should be Supported
Data Structure
The text was updated successfully, but these errors were encountered: