Skip to content

Commit d08172b

Browse files
authored
Remove Deprecated pass_args from Deeplinking Example (python-telegram-bot#2550)
1 parent e982a5a commit d08172b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/deeplinking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def main() -> None:
124124

125125
# We can also pass on the deep-linking payload
126126
dispatcher.add_handler(
127-
CommandHandler("start", deep_linked_level_3, Filters.regex(USING_ENTITIES), pass_args=True)
127+
CommandHandler("start", deep_linked_level_3, Filters.regex(USING_ENTITIES))
128128
)
129129

130130
# Possible with inline keyboard buttons as well

0 commit comments

Comments
 (0)