Class ChannelPinsQuery
public class ChannelPinsQuery
- Inheritance
-
objectChannelPinsQuery
Properties
Before
Get pinned messages before this timestamp
public DateTimeOffset? Before { get; set; }
Property Value
Limit
Maximum number of pinned messages to return (1-50)
public int? Limit { get; set; }
Property Value
- int?
Methods
BuildQuery()
public string BuildQuery()