fix: add missed property to InlineConstructor

This commit is contained in:
Forden 2020-08-14 00:59:13 +03:00 committed by GitHub
parent ea907d0bf2
commit b3e037f963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ class InlineConstructor:
'cb': 'callback_data'
}
available_properities = [
'text', 'callback_data', 'login_url', 'switch_inline_query', 'switch_inline_query_current_chat',
'text', 'callback_data', 'url', 'login_url', 'switch_inline_query', 'switch_inline_query_current_chat',
'callback_game', 'pay'
]
properties_amount = 2