ChannelAdminLogEventActionUpdatePinned constructor

const ChannelAdminLogEventActionUpdatePinned({
  1. required MessageBase message,
})

Channel Admin Log Event Action Update Pinned constructor.

Implementation

const ChannelAdminLogEventActionUpdatePinned({required this.message})
    : super._();