# ChannelMemberWithTeamData
## Properties
**channel_id** | Option<**String**> | | [optional]
**user_id** | Option<**String**> | | [optional]
**roles** | Option<**String**> | | [optional]
**last_viewed_at** | Option<**i64**> | The time in milliseconds the channel was last viewed by the user | [optional]
**msg_count** | Option<**i32**> | | [optional]
**mention_count** | Option<**i32**> | | [optional]
**notify_props** | Option<[**crate::models::ChannelNotifyProps**](ChannelNotifyProps.md)> | | [optional]
**last_update_at** | Option<**i64**> | The time in milliseconds the channel member was last updated | [optional]
**team_display_name** | Option<**String**> | The display name of the team to which this channel belongs. | [optional]
**team_name** | Option<**String**> | The name of the team to which this channel belongs. | [optional]
**team_update_at** | Option<**i32**> | The time at which the team to which this channel belongs was last updated. | [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)