ChannelPinResponse constructor
const
ChannelPinResponse({
- required ChannelPinMessageResponse message,
- required DateTime pinnedAt,
Implementation
const ChannelPinResponse({required this.message, required this.pinnedAt});