Chat.stop_listening()
- Chat.stop_listening()
Bound method stop_listening of
Chat
.Use as a shortcut for:
client.stop_listening(chat_id=chat_id)
- Parameters:
args (optional) – The arguments to pass to the
listen()
method.kwargs (optional) – The keyword arguments to pass to the
listen()
method.
Example
chat.stop_listen()