Better GetAdminLogRequest example

This commit is contained in:
Lonami Exo 2018-12-25 14:17:19 +01:00
parent a6c3c382b4
commit 100cd807f6

View File

@ -12,6 +12,8 @@ KNOWN_NAMED_EXAMPLES = {
('hash', 'string'): "'A4LmkR23G0IGxBE71zZfo1'",
('min_id', 'int'): '0',
('max_id', 'int'): '0',
('min_id', 'long'): '0',
('max_id', 'long'): '0',
('add_offset', 'int'): '0',
('title', 'string'): "'My awesome title'",
('device_model', 'string'): "'ASUS Laptop'",
@ -62,7 +64,10 @@ OMITTED_EXAMPLES = {
'max_id',
'add_offset',
'grouped',
'broadcast'
'broadcast',
'admins',
'edit',
'delete'
}