EventUserWelcomeMessageUpdated constructor

EventUserWelcomeMessageUpdated(
  1. UserId userId,
  2. PreciseDateTime at,
  3. ChangedChatMessageText? text,
  4. ChangedChatMessageAttachments? attachments,
)

Implementation

EventUserWelcomeMessageUpdated(
  super.userId,
  this.at,
  this.text,
  this.attachments,
);