Ask Your Question
4

What is the meaning of the error message "TypeError: __init__() missing 1 required positional argument: 'update_queue'" while using the telegram.ext python library?

asked 2021-04-13 11:00:00 +0000

nofretete gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-01-24 06:00:00 +0000

huitzilopochtli gravatar image

The error message indicates that there is a missing positional argument called "update_queue" in the init() method of a class in the telegram.ext Python library. The error may occur when using this library to make updates or changes to a Telegram bot. It is necessary to pass the correct number and type of arguments to the method to execute the code successfully.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-13 11:00:00 +0000

Seen: 8 times

Last updated: Jan 24 '22