Merge commit '8c53cd751261a9c46177fd509aa49d591dd4bcf2'

This commit is contained in:
2025-09-30 14:14:17 +05:30
3 changed files with 17 additions and 3 deletions
@@ -199,6 +199,7 @@ class AsyncNimbusSMS:
# Construct the basic structure of the response of this method:
summary = SentSMSMessageModel(
client = "nimbusSmsIndia",
sender = {"senderId": self.__sender_id},
recipient = {"recipientNo": recipient_number},
text = message,