more work on transfer kitten

This commit is contained in:
Kovid Goyal
2023-05-26 20:40:41 +05:30
parent b0bb1dbca3
commit 6b93610b6a
3 changed files with 302 additions and 61 deletions

View File

@@ -513,7 +513,7 @@ safe_string
integer
A base-10 number composed of the characters ``[0-9]`` with a possible
leading ``-`` sign
leading ``-`` sign. When missing the value is zero.
base64_string
A base64 encoded UTF-8 string using the standard base64 encoding