Class ChannelPin
Fluxer entity with client attached.
public class ChannelPin : Entity, IChannelPin
- Inheritance
-
objectChannelPin
- Implements
Properties
Message
public Message Message { get; }
Property Value
PinnedAt
The ISO 8601 timestamp of when the message was pinned
public DateTimeOffset PinnedAt { get; }
Property Value
Methods
Create(FluxerBaseClient, ChannelPinJson)
Create a ChannelPin object from json.
public static ChannelPin Create(FluxerBaseClient client, ChannelPinJson json)
Parameters
clientFluxerBaseClientjsonChannelPinJson