From b5e944a36ca52fe816767b85c0c32d6afa541f5e Mon Sep 17 00:00:00 2001 From: Sreelal TS Date: Wed, 26 Jun 2024 23:53:10 +0530 Subject: [PATCH] =?UTF-8?q?=E2=84=B9=EF=B8=8F=20Updated=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97581ce..862e30d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,11 @@ Customize the `ParseModeSetter` class using the following properties: APIMethod.sendPoll, APIMethod.editMessageText, APIMethod.editMessageCaption, - ] + APIMethod.editMessageCaption, + APIMethod.answerInlineQuery, + APIMethod.editMessageMedia, + APIMethod.sendMediaGroup, + ], ``` - `disallowedMethods`: A list of API methods that should not have their parse mode set. Defaults to an empty list.