-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement: Add type
optional param for create_post(...)
function
#386
Comments
If you want to reply with a reaction you can use |
Additional mattermost driver actions can be found in mattermost-autodriver documentation. |
The use case I was looking to do was not an emoji reaction, but a Like, when the bot first starts up, it could do:
And when it shuts down:
|
I can't find much about this I think a pull request adding this feature would be acceptable but I would like to know if this is just for |
That is correct. I haven't been able to find much on it. I found it when I was trying to figure out how to have the bot send
No documentation found so far, but there's an entire list of types in the mattermost/mattermost-server project: Lines 22 through 53. |
This is interesting. #377 might benefit from this as well ( If you are able to propose a pull request, I'd happily review. |
I think this could also be a nice feature to showcase in the documentation. Some screenshots of how the different post types look like. It's surprising how many of them there are. I didn't expect the list to be so extensive. |
For example: to create an emote, you would create a post with a
type
ofme
.The text was updated successfully, but these errors were encountered: