mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-18 15:20:42 +01:00
Remove Deprecated pass_args from Deeplinking Example (#2550)
This commit is contained in:
parent
e982a5a567
commit
d08172b4b0
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def main() -> None:
|
||||||
|
|
||||||
# We can also pass on the deep-linking payload
|
# We can also pass on the deep-linking payload
|
||||||
dispatcher.add_handler(
|
dispatcher.add_handler(
|
||||||
CommandHandler("start", deep_linked_level_3, Filters.regex(USING_ENTITIES), pass_args=True)
|
CommandHandler("start", deep_linked_level_3, Filters.regex(USING_ENTITIES))
|
||||||
)
|
)
|
||||||
|
|
||||||
# Possible with inline keyboard buttons as well
|
# Possible with inline keyboard buttons as well
|
||||||
|
|
Loading…
Reference in a new issue