# ChannelUnreadAt ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **team_id** | Option<**String**> | The ID of the team the channel belongs to. | [optional] **channel_id** | Option<**String**> | The ID of the channel the user has access to.. | [optional] **msg_count** | Option<**i32**> | No. of messages the user has already read. | [optional] **mention_count** | Option<**i32**> | No. of mentions the user has within the unread posts of the channel. | [optional] **last_viewed_at** | Option<**i32**> | time in milliseconds when the user last viewed the channel. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)