Closed nimaxin closed 1 month ago
The start_bot method in pyrogram.Client.start_bot was incorrectly annotated to return bool, but it returns an instance of pyrogram.types.Message. This PR corrects the return type annotation to Message.
start_bot
pyrogram.Client.start_bot
bool
pyrogram.types.Message
Message
The
start_bot
method inpyrogram.Client.start_bot
was incorrectly annotated to returnbool
, but it returns an instance ofpyrogram.types.Message
. This PR corrects the return type annotation toMessage
.