huskies: merge 858
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user