This commit is contained in:
M-307 2022-07-18 17:35:33 +07:00
parent 5b37cf6d38
commit 2e07b1dde8

View File

@ -232,7 +232,7 @@ loop.run_until_complete(main())
```
## Assets NameTextMapHash
The `NameTextMapHash` is a hash map that contains the name text of the assets. You cane get `NameTextMapHash` from `hash_id` like this:
The `NameTextMapHash` is a hash map that contains the name text of the assets. You can get `NameTextMapHash` from `hash_id` like this:
```py
import asyncio