Skip to content

Commit

Permalink
ℹ️ Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
HeySreelal committed Jun 26, 2024
1 parent eae7e55 commit b5e944a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b5e944a

Please sign in to comment.