UpdateInboxOptions constructor
UpdateInboxOptions({})
Returns a new UpdateInboxOptions instance.
Implementation
UpdateInboxOptions({
this.name,
this.description,
this.tags = const [],
this.expiresAt,
this.favourite,
});