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