EventChatDirectLinkUpdated constructor

const EventChatDirectLinkUpdated(
  1. ChatId chatId,
  2. ChatDirectLink link
)

Implementation

const EventChatDirectLinkUpdated(super.chatId, this.link);