Vaelor / python-mattermost-driver

Python Mattermost Driver for APIv4
https://vaelor.github.io/python-mattermost-driver/
MIT License
189 stars 69 forks source link

Add `options=None` to Posts.get_....() methods. #133

Open atamaokac opened 1 year ago

atamaokac commented 1 year ago

This PR adds optional argument options=None to:

In some cases I found it necessary, e.g., when we want to get only metadata of very many messages.