ChannelPinsUpdateEvent constructor

ChannelPinsUpdateEvent({
  1. String? guildId,
  2. required String channelId,
  3. String? lastPinTimestamp,
})

Implementation

ChannelPinsUpdateEvent({
  this.guildId,
  required this.channelId,
  this.lastPinTimestamp,
});