fix: add missed property to InlineConstructor
This commit is contained in:
parent
ea907d0bf2
commit
b3e037f963
|
@ -11,7 +11,7 @@ class InlineConstructor:
|
||||||
'cb': 'callback_data'
|
'cb': 'callback_data'
|
||||||
}
|
}
|
||||||
available_properities = [
|
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'
|
'callback_game', 'pay'
|
||||||
]
|
]
|
||||||
properties_amount = 2
|
properties_amount = 2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user