mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 19:45:13 +00:00
feat: Support for share_shortcut and canvas_updated (#295)
This commit is contained in:
parent
344e329511
commit
4a589a4d04
1 changed files with 4 additions and 0 deletions
|
|
@ -161,6 +161,10 @@ pub enum SlackMessageEventType {
|
|||
FilePublic,
|
||||
#[serde(rename = "huddle_thread")]
|
||||
HuddleThread,
|
||||
#[serde(rename = "share_shortcut")]
|
||||
ShareShortcut,
|
||||
#[serde(rename = "canvas_updated")]
|
||||
CanvasUpdated,
|
||||
}
|
||||
|
||||
#[skip_serializing_none]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue