Type Alias ChatChannelsJoinChannelResponse

ChatChannelsJoinChannelResponse: {
    added_at?: string;
    id?: string;
    member_id?: string;
}