EventUserWelcomeMessageUpdated constructor
- UserId userId,
- PreciseDateTime at,
- ChangedChatMessageText? text,
- ChangedChatMessageAttachments? attachments,
Implementation
EventUserWelcomeMessageUpdated(
super.userId,
this.at,
this.text,
this.attachments,
);