(20241205) Migrating from the field "accountId" to "tokenId" to identify auth tokens.

This commit is contained in:
2024-12-05 11:19:23 +05:30
parent f835143ef4
commit 5c36f90e98
15 changed files with 478 additions and 47 deletions
+4 -4
View File
@@ -84,10 +84,10 @@ class AsyncNimbusSMS:
def __init__(
self,
entity_id,
sender_id,
user_id,
api_key,
entity_id: str,
sender_id: str,
user_id: str,
api_key: str,
http_client: httpx.AsyncClient = None,
debug = True,
debug_prefix = "Nimbus SMS | ",