You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(recipient==null||recipient.Length==0)returnnewTextFlowSendMessageResult(false,400,"You have not specified the recipient. ",newTextFlowSendMessageData());
24
+
if(phoneNumber==null||phoneNumber.Length==0)returnnewTextFlowSendMessageResult(false,400,"You have not specified the recipient. ",newTextFlowSendMessageData());
23
25
if(text==null||text.Length==0)returnnewTextFlowSendMessageResult(false,400,"You have not specified the message body. ",newTextFlowSendMessageData());
24
26
if(apiKey==null||apiKey.Length==0)returnnewTextFlowSendMessageResult(false,400,"You have not specified the API key. Specify it by calling the useKey function. ",newTextFlowSendMessageData());
if(phoneNumber==null||phoneNumber.Length==0)returnnewTextFlowVerifyPhoneResult(false,400,"You have not specified the phone number to verify. ",newTextFlowVerifyPhoneData());
52
+
if(apiKey==null||apiKey.Length==0)returnnewTextFlowVerifyPhoneResult(false,400,"You have not specified the API key. Specify it by calling the useKey function. ",newTextFlowVerifyPhoneData());
if(phone_number==null||phone_number.Length==0)returnnewTextFlowVerifyCodeResult(false,400,"You have not specified the recipient. ");
75
+
if(code==null||code.Length==0)returnnewTextFlowVerifyCodeResult(false,400,"You have not specified the code. ");
76
+
if(apiKey==null||apiKey.Length==0)returnnewTextFlowVerifyCodeResult(false,400,"You have not specified the API key. Specify it by calling the useKey function. ");
0 commit comments