EventChatDelivered constructor

const EventChatDelivered(
  1. ChatId chatId,
  2. PreciseDateTime until
)

Implementation

const EventChatDelivered(super.chatId, this.until);