mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 18:35:19 +00:00
Change tab field to optional in SlackAppHomeOpenedEvent (#335)
This commit is contained in:
parent
2df7b714b0
commit
e4c2f98510
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ pub enum SlackMessageEventType {
|
|||
pub struct SlackAppHomeOpenedEvent {
|
||||
pub user: SlackUserId,
|
||||
pub channel: SlackChannelId,
|
||||
pub tab: String,
|
||||
pub tab: Option<String>,
|
||||
pub view: Option<SlackView>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue