Skip to content
New issue

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

feat: Added createNewsletter functions #1893

Merged
merged 5 commits into from Nov 15, 2023

Conversation

marcelo386
Copy link
Contributor

Fixes # .

Changes proposed in this pull request

To test (it takes a while): npm install github:<username>/wppconnect#<branch>

* @param options options Newsletter, description and picture
*/

public async createNewsletter(name: string, options: string) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to set the current type for options

downloadFileToBase64,
} from '../helpers';

export class NewsletterLayer extends LabelsLayer {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update the another class to extend this class

@icleitoncosta icleitoncosta self-assigned this Nov 15, 2023
@icleitoncosta icleitoncosta merged commit 64ed54a into wppconnect-team:master Nov 15, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants