Chat.stop_listening()

async Chat.stop_listening()[source]

Bound method stop_listening of Chat.

Use as a shortcut for:

await client.stop_listening(chat_id=chat.id)

Example

await chat.stop_listening()
Returns:

int – Number of listeners that were stopped.