From edf169460608de8dada5e69d58ec84cf976a9b8c Mon Sep 17 00:00:00 2001 From: Pieter van den Ham Date: Tue, 8 Sep 2015 11:29:35 +0200 Subject: [PATCH] Fix README message handler table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57ba753..cf303f6 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ def function_name(message): `function_name` is not bound to any restrictions. Any function name is permitted with message handlers. The function must accept at most one argument, which will be the message that the function must handle. `filters` is a list of keyword arguments. Each filter must return True for a certain message in order for the message handler to become eligible to handle that message. TeleBot supports the following filters: + |name|argument(s)|Condition| |:---:|---| ---| |content_types|list of strings (default `['text']`)|`True` if message.content_type is in the list of strings.|