huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:47:18 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
@@ -40,6 +40,7 @@ pub struct WhatsAppTransport {
}
impl WhatsAppTransport {
/// Creates a new `WhatsAppTransport` authenticated with the given Meta Cloud API credentials.
pub fn new(
phone_number_id: String,
access_token: String,
@@ -29,6 +29,7 @@ pub struct TwilioWhatsAppTransport {
}
impl TwilioWhatsAppTransport {
/// Creates a new `TwilioWhatsAppTransport` authenticated with the given Twilio credentials.
pub fn new(account_sid: String, auth_token: String, from_number: String) -> Self {
Self {
account_sid,