# DailyPostingLimitStatus

DailyPostingLimitStatus

Status of daily posting limits for a channel on a given day.

**Fields:**
- `channelId`: `ChannelId!` - The channel ID this status refers to.
- `isAtLimit`: `Boolean!` - Whether the channel has reached its daily posting limit.
- `limit`: `Int` - The network daily posting limit. Null means unlimited.
- `scheduled`: `Int!` - Number of posts scheduled for this day.
- `sent`: `Int!` - Number of posts already sent on this day.