Merge remote-tracking branch 'origin/master' into master
This commit is contained in:
commit
a04efb56dc
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# aiogram-bot-template
|
||||||
|
Template for creating scalable bots with aiogram
|
||||||
|
|
||||||
|
### Bot examples:
|
||||||
|
- https://github.com/Forden/DiscussRemoverBot (https://t.me/DiscussRemoverBot)
|
|
@ -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