ChatCallDeclinedEvent constructor

const ChatCallDeclinedEvent(
  1. ChatId chatId,
  2. ChatItemId callId,
  3. ChatCall call,
  4. User user,
  5. PreciseDateTime at,
)

Implementation

const ChatCallDeclinedEvent(
  super.chatId,
  this.callId,
  this.call,
  this.user,
  this.at,
);