Table of Contents

Interface IChannelPin

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IChannelPin

Properties

Message

The message data for this pin.

IMessage Message { get; }

Property Value

IMessage

PinnedAt

The ISO 8601 timestamp of when the message was pinned

DateTimeOffset PinnedAt { get; }

Property Value

DateTimeOffset