ChannelPinResponse constructor

const ChannelPinResponse({
  1. required ChannelPinMessageResponse message,
  2. required DateTime pinnedAt,
})

Implementation

const ChannelPinResponse({required this.message, required this.pinnedAt});