Skip to content

This is a RUST Library that helps you send messages using pre-made templates on WhatsApp cloud API.

License

Notifications You must be signed in to change notification settings

IamNator/rust-whatsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-whatsapp [WIP]

Rust implementation of go-whatsapp

// Example usage:

fn main() {
    
    let mut template = Template::new("example_template".to_string(), LanguageCode::English);

    template.add_header("Daniel");
    template.add_body("Daniel");
    template.add_body("3243");
    template.add_body("30");

}
   

About

This is a RUST Library that helps you send messages using pre-made templates on WhatsApp cloud API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages