Interface IChannelPin
public interface IChannelPin
Properties
Message
The message data for this pin.
IMessage Message { get; }
Property Value
PinnedAt
The ISO 8601 timestamp of when the message was pinned
DateTimeOffset PinnedAt { get; }
public interface IChannelPin
The message data for this pin.
IMessage Message { get; }
The ISO 8601 timestamp of when the message was pinned
DateTimeOffset PinnedAt { get; }