Interface ChannelPinsUpdate

All Superinterfaces:
Entity, HasChannel
All Known Implementing Classes:
ChannelPinsUpdateImpl

public interface ChannelPinsUpdate extends Entity, HasChannel
Fired over the event bus when a channel's pins are updated.
Since:
10/9/18.
Author:
amy
  • Method Details

    • lastPinTimestamp

      @Nullable @CheckReturnValue OffsetDateTime lastPinTimestamp()
      Returns:
      The timestamp of the last pinned message in the channel. May be null.