mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 22:05:15 +00:00
Example fix
This commit is contained in:
parent
efb10dcfc6
commit
a337ed7c00
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ use slack_morphism_models::*;
|
|||
|
||||
#[derive(Debug, Clone, Builder)]
|
||||
pub struct WelcomeMessageTemplateParams {
|
||||
user_id: SlackUserId,
|
||||
pub user_id: SlackUserId,
|
||||
}
|
||||
|
||||
impl SlackMessageTemplate for WelcomeMessageTemplateParams {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue