(20241205) Migrating from the field "accountId" to "tokenId" to identify auth tokens.
This commit is contained in:
@@ -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 | ",
|
||||
|
||||
Reference in New Issue
Block a user