mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2026-09-13 04:05:58 +00:00
Bump to v1.41
This commit is contained in:
@@ -42,6 +42,7 @@ KNOWN_NAMED_EXAMPLES = {
|
||||
|
||||
KNOWN_TYPED_EXAMPLES = {
|
||||
'int128': "int.from_bytes(os.urandom(16), 'big')",
|
||||
'int256': "int.from_bytes(os.urandom(32), 'big')",
|
||||
'bytes': "b'arbitrary\\x7f data \\xfa here'",
|
||||
'long': "-12398745604826",
|
||||
'string': "'some string here'",
|
||||
|
||||
Reference in New Issue
Block a user