- API ›
- Constructors ›
- BusinessGreetingMessage
BusinessGreetingMessage
---types--- businessGreetingMessage#e519abab shortcut_id:int recipients:BusinessRecipients no_activity_days:int = BusinessGreetingMessage
Belongs to
| BusinessGreetingMessage |
In Rust this constructor is a variant of the enums::BusinessGreetingMessage enum.
Match on it with: if let enums::BusinessGreetingMessage::BusinessGreetingMessage(v) = result { ... }
Parameters
| shortcut_id | int | required |
| recipients | BusinessRecipients | required |
| no_activity_days | int | required |