1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Badiboy
0b34da3900
Merge pull request #1996 from artemetra/master
Fix typo in docs
2023-06-18 23:19:00 +03:00
Artem Lukin
5ea1abaadd
fix typo in docs 2023-06-18 01:57:08 +02:00

View File

@ -6598,7 +6598,7 @@ class TeleBot:
Registers chat member handler.
:param callback: function to be called
:type callback: :obj:`function``
:type callback: :obj:`function`
:param func: Function executed as a filter
:type func: :obj:`function`